Sfoglia il codice sorgente

文件上传修改

duy 1 anno fa
parent
commit
4470532c6d

+ 8 - 0
src/views/tentative/laboratory/components/FormItemUpload.vue

@@ -216,3 +216,11 @@ const previewClick = () => {
     }
 }
 </style>
+
+<style scoped>
+.form-item-dashed{
+    border: 1px dashed lightgray;
+    padding: 5px;
+    width: 100%;
+}
+</style>

+ 8 - 0
src/views/tentative/material/components/FormItemUpload.vue

@@ -223,3 +223,11 @@ const previewClick = () => {
     }
 }
 </style>
+
+<style scoped>
+.form-item-dashed{
+    border: 1px dashed lightgray;
+    padding: 5px;
+    width: 100%;
+}
+</style>