Browse Source

表单上传框样式优化

ZaiZai 2 years ago
parent
commit
300bcc3b77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/plugins/table-form/hc-form-upload.vue

+ 1 - 0
src/components/plugins/table-form/hc-form-upload.vue

@@ -108,6 +108,7 @@ const handleBlur = () => {
         box-shadow: 0 0 0 1.5px var(--el-color-primary) inset;
     }
     .hc-upload-input-src {
+        position: absolute;
         z-index: -1;
     }
 }