zhouna 5 년 전
부모
커밋
55c7320308
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>