Explorar el Código

表单上传框样式优化

ZaiZai hace 2 años
padre
commit
300bcc3b77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
     }
 }