From 4c3af55b5ba49da7d330b4c2b4367d38b9bb3aad Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 8 Nov 2024 15:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E5=AF=86=E9=9B=86=E6=9F=9C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/bookcase/index.vue | 41 ++++++++++++------- dangan-ui/src/views/dangan/cabinet/index.vue | 8 +++- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/dangan-ui/src/views/dangan/bookcase/index.vue b/dangan-ui/src/views/dangan/bookcase/index.vue index 1bcdebe..24d16db 100644 --- a/dangan-ui/src/views/dangan/bookcase/index.vue +++ b/dangan-ui/src/views/dangan/bookcase/index.vue @@ -8,11 +8,11 @@ {{ item.label }} -
+
-
+
@@ -27,25 +27,24 @@ {{ item1.label }}
-
{{ item1.content }}
+ +
+ +
- - +
+ +
-
+
-
+
@@ -153,7 +152,7 @@ export default { .grid{ position: relative; width: 25%; - height: 130px; + height: 140px; padding: 5px; box-sizing: border-box; @@ -177,7 +176,7 @@ export default { .info{ margin-top: 5px; font-size: 14px; - height: 75px; + height: 85px; overflow-y: auto; } } @@ -236,6 +235,20 @@ export default { background-color: rgb(31 45 61 / 50%); } + ::v-deep.el-upload--picture-card, ::v-deep.el-upload-list--picture-card .el-upload-list__item{ + width: 80px; + height: 80px; + line-height: 85px; + } + + ::v-deep.el-upload--picture-card i{ + font-size: 20px; + } + + ::v-deep.el-upload-list__item-status-label{ + display: none; + } + } diff --git a/dangan-ui/src/views/dangan/cabinet/index.vue b/dangan-ui/src/views/dangan/cabinet/index.vue index 1bf60ef..23ed3b7 100644 --- a/dangan-ui/src/views/dangan/cabinet/index.vue +++ b/dangan-ui/src/views/dangan/cabinet/index.vue @@ -22,8 +22,12 @@ - - + + + +