服务指令包引用服务指令 详情样式调整

This commit is contained in:
1378012178@qq.com 2026-01-27 10:17:35 +08:00
parent aaabcc65f5
commit 9e8681c23a
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<a-divider style="margin: 0 0 10px 0 " />
<a-popover :title="directive.packageName">
<template #content>
<div style="min-width: 240px;">
<div style="min-width: 240px;max-height: 40vh;overflow-y: auto;">
<div
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>
@ -57,7 +57,7 @@
<div style="float:left;margin-top: 20px;">
<a-popover :title="directive.packageName">
<template #content>
<div style="min-width: 240px;">
<div style="min-width: 240px;max-height: 40vh;overflow-y: auto;">
<div
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>