浏览代码

表单上传样式

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>