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