Browse Source

表单上传样式修改

duy 1 month ago
parent
commit
4ac64ec6aa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/global/components/table-form/index.vue

+ 4 - 0
src/global/components/table-form/index.vue

@@ -515,4 +515,8 @@ defineExpose({
         box-shadow: 0 0 0 2px #1ECC95 inset !important;
     }
 }
+.hc-upload-table-form .el-upload .hc-table-form-img{
+    width: 100%;
+    height: 100%;
+}
 </style>