Ver Fonte

表单上传框样式优化

ZaiZai há 2 anos atrás
pai
commit
300bcc3b77
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
     }
 }