From fa5e890caf6043e1859627be9e2f4e59fa768903 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Fri, 30 Aug 2024 10:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/staff/index.vue | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/views/base/staff/index.vue b/src/views/base/staff/index.vue index 95e1b51..2b65700 100644 --- a/src/views/base/staff/index.vue +++ b/src/views/base/staff/index.vue @@ -170,7 +170,7 @@ /> - + @@ -1140,24 +1140,20 @@ display: none; } } - // ::v-deep .el-upload-list--picture-card .el-upload-list__item { - // overflow: revert !important; - // // width: 100%; - // // height: 100%!important; - // } - - // .el-upload-list__item-thumbnail{ - // height: 100%!important; - // } - // ::v-deep.el-upload-list__item-thumbnail { - // width: 100%; - // height: 100%!important; - // object-fit: cover; - // } - // ::v-deep.el-upload-list--picture-card .el-upload-list__item{ - // overflow: auto; - // } + ::v-deep .el-upload-list--picture-card{ + display: flex; + } + ::v-deep .el-upload-list__item { + margin-bottom: 20px; + overflow: revert; + } + ::v-deep .el-upload-list__item-actions{ + overflow:hidden; + } + .el-upload-list__item-thumbnail{ + height: 145px!important; + } .picture-card-container{ width: 100%; height: 100%; @@ -1180,7 +1176,7 @@ overflow: hidden; text-overflow: ellipsis; position: absolute; - bottom: -10px; + bottom: -35px; margin-top: 8px; text-align: center; font-size: 12px;