소스 검색

表单上传样式

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>