Browse Source

Merge branch 'dev1.2.0' of http://222.90.211.174:3000/suf/factoring-trade-c-front-end into dev1.2.0

sufan 1 month ago
parent
commit
5625bc2936
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Upload/index.vue

+ 2 - 2
src/components/Upload/index.vue

@@ -535,8 +535,8 @@ export default {
     }
   }
   .upload-svg {
-    width: 20px;
-    height: 20px;
+    min-width: 20px;
+    min-height: 20px;
     margin-top: 6px;
     margin-right: 5px;
   }