ZaiZai vor 1 Jahr
Ursprung
Commit
fa2dc0a9f1
2 geänderte Dateien mit 8 neuen und 3 gelöschten Zeilen
  1. 1 1
      public/version.json
  2. 7 2
      src/global/components/table-form/index.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240808120221"
+  "value": "20240815110722"
 }

+ 7 - 2
src/global/components/table-form/index.vue

@@ -456,11 +456,16 @@ defineExpose({
             //表单上传
             .hc-upload-table-form {
                 position: absolute;
-                top: 6px;
-                bottom: 6px;
+                top: 0;
+                bottom: 0;
                 left: 6px;
                 right: 6px;
                 .el-upload {
+                    justify-content: unset;
+                    height: calc(100% - 10px);
+                }
+                .hc-table-form-img {
+                    width: unset;
                     height: 100%;
                 }
             }