From a7d433b62d6996b844391029b57f9c20194fc8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Fri, 7 Oct 2022 18:56:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96Naive=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E4=B9=8B=E5=90=8E=E9=A1=B5=E9=9D=A2=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GoSystemSet/index.vue | 7 +++++-- src/views/chart/ContentEdit/components/EditTools/index.vue | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/GoSystemSet/index.vue b/src/components/GoSystemSet/index.vue index 282fe84a..83df5a15 100644 --- a/src/components/GoSystemSet/index.vue +++ b/src/components/GoSystemSet/index.vue @@ -193,8 +193,11 @@ const handleChange = (e: MouseEvent, item: ListType) => { width: 110px; } @include deep() { - .n-list-item:not(:last-child) { - border-bottom: 0; + .n-list-item { + border-bottom: 0!important; + } + .n-list-item__divider { + display: none!important; } } } diff --git a/src/views/chart/ContentEdit/components/EditTools/index.vue b/src/views/chart/ContentEdit/components/EditTools/index.vue index a510d4e9..4c66016f 100644 --- a/src/views/chart/ContentEdit/components/EditTools/index.vue +++ b/src/views/chart/ContentEdit/components/EditTools/index.vue @@ -179,7 +179,8 @@ $asideBottom: 70px; } @include deep() { .n-button__icon { - margin-right: 4px; + margin-right: 0; + margin-left: 0; margin-bottom: 12px; } }