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;