From cc251afb092050cfd6bd125d8d5093f46cb9aa36 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期五, 04 十一月 2022 15:42:49 +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