zhouna 5 gadi atpakaļ
vecāks
revīzija
55c7320308
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 6 1
      src/components/recordInput/ManageItemBatch.vue

+ 6 - 1
src/components/recordInput/ManageItemBatch.vue

@@ -636,6 +636,11 @@
             }
       }
     }
-    
+    .el-collapse-item__content{
+        padding-bottom: 0;
+    }
+    .el-table::before{
+        content: unset;
+    }
 
 </style>