소스 검색

文件上传修改

duy 1 년 전
부모
커밋
4470532c6d
2개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/views/tentative/laboratory/components/FormItemUpload.vue
  2. 8 0
      src/views/tentative/material/components/FormItemUpload.vue

+ 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>