From 9530e7c7687f5032e58419954185f2e3b1fd77c9 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期五, 28 十月 2022 18:31:55 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/components/myUpload/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/myUpload/index.vue b/src/components/myUpload/index.vue
index 41d202d..c5930f0 100644
--- a/src/components/myUpload/index.vue
+++ b/src/components/myUpload/index.vue
@@ -33,9 +33,9 @@
             // 闄愬埗
             limit: 4,
             // 鎸夐挳楂樺害
-            btnHeight: '120px',
+            btnHeight: '100px',
             // 鎸夐挳瀹藉害
-            btnWidth: '120px',
+            btnWidth: '100px',
             // 鏂囦欢鍒楄〃绫诲瀷
             listType: 'picture-card'
         };
@@ -112,12 +112,12 @@
     }
 
     :deep(.el-upload--picture-card) {
-        width: 120px;
-        height: 120px;
+        width: 100px;
+        height: 100px;
     }
     :deep(.el-upload-list__item){
-        width: 120px;
-        height: 120px;
+        width: 100px;
+        height: 100px;
     }
     .upload-btn {
         // background-color: rgba(249, 249, 249, 1);

--
Gitblit v1.8.0