From cc0903f74deb64924ab2bd11d2d80d5ebfc42f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?piexlMax=28=E5=A5=87=E6=B7=BC?= Date: Mon, 13 Nov 2023 10:53:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E9=80=82=E9=85=8D=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style/main.scss | 3 ++- web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/src/style/main.scss b/web/src/style/main.scss index f3d0889b8..4976e741f 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -587,8 +587,9 @@ li { } } .is-leaf { + @apply border-b border-t-0 border-l-0 border-solid border-gray-50; + border-right:var(--el-table-border); background: #F7FBFF !important; - @apply border-b border-t-0 border-l-0 border-r-0 border-solid border-gray-50; } } } diff --git a/web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue b/web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue index 1cdfea569..331214f09 100644 --- a/web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue +++ b/web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue @@ -32,21 +32,18 @@ align="left" label="展示值" prop="label" - width="120" />