瀏覽代碼

Merge remote-tracking branch 'origin/AIControlV1.3.0' into test

zhouna 5 年之前
父節點
當前提交
8588e11773
共有 1 個文件被更改,包括 6 次插入1 次删除
  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>