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