From 13e9ddabf4ba3a89aa2a93fe8d3b35c8604c6813 Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期三, 16 十一月 2022 17:51:29 +0800
Subject: [PATCH] 获取文件名字修改

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