Selaa lähdekoodia

fix: 优化Naive编译之后页面不对的bug

奔跑的面条 3 vuotta sitten
vanhempi
sitoutus
a7d433b62d

+ 5 - 2
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;
     }
   }
 }

+ 2 - 1
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;
         }
       }