iZaiZaiA преди 2 години
родител
ревизия
9402449f07
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      src/components/table-form/index.vue

+ 5 - 1
src/components/table-form/index.vue

@@ -482,6 +482,11 @@ defineExpose({
                 height: $initials;
                 clear: both;
             }
+            //表单上传
+            .hc-upload-table-form {
+                width: 100%;
+                clear: both;
+            }
         }
         td[rowspan] {
             height: $initials;
@@ -526,5 +531,4 @@ defineExpose({
         box-shadow: 0 0 0 2px #1ECC95 inset !important;
     }
 }
-
 </style>