服务指令包引用服务指令 详情样式调整
This commit is contained in:
parent
aaabcc65f5
commit
9e8681c23a
|
|
@ -39,7 +39,7 @@
|
||||||
<a-divider style="margin: 0 0 10px 0 " />
|
<a-divider style="margin: 0 0 10px 0 " />
|
||||||
<a-popover :title="directive.packageName">
|
<a-popover :title="directive.packageName">
|
||||||
<template #content>
|
<template #content>
|
||||||
<div style="min-width: 240px;">
|
<div style="min-width: 240px;max-height: 40vh;overflow-y: auto;">
|
||||||
<div
|
<div
|
||||||
style="max-width: 400px;line-height:30px;padding:5px;border-radius:5px;margin:5px;background:#f5f5f5;"
|
style="max-width: 400px;line-height:30px;padding:5px;border-radius:5px;margin:5px;background:#f5f5f5;"
|
||||||
v-for="(item, index) in directive.directives">{{ item.directiveName }}</div>
|
v-for="(item, index) in directive.directives">{{ item.directiveName }}</div>
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
<div style="float:left;margin-top: 20px;">
|
<div style="float:left;margin-top: 20px;">
|
||||||
<a-popover :title="directive.packageName">
|
<a-popover :title="directive.packageName">
|
||||||
<template #content>
|
<template #content>
|
||||||
<div style="min-width: 240px;">
|
<div style="min-width: 240px;max-height: 40vh;overflow-y: auto;">
|
||||||
<div
|
<div
|
||||||
style="max-width: 400px;line-height:30px;padding:5px;border-radius:5px;margin:5px;background:#f5f5f5;"
|
style="max-width: 400px;line-height:30px;padding:5px;border-radius:5px;margin:5px;background:#f5f5f5;"
|
||||||
v-for="(item, index) in directive.directives">{{ item.directiveName }}</div>
|
v-for="(item, index) in directive.directives">{{ item.directiveName }}</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue