人员证书

This commit is contained in:
jjLv 2024-08-30 10:53:43 +08:00
parent 1085a827de
commit fa5e890caf
1 changed files with 15 additions and 19 deletions

View File

@ -170,7 +170,7 @@
/>
<!-- 证书弹窗 -->
<el-dialog :title="title" :visible.sync="showCertificate" width="1000px" append-to-body>
<el-dialog :title="title" :visible.sync="showCertificate" width="70%" append-to-body>
<el-form ref="certificateForm" :model="certificateForm" label-width="100px">
<!-- 文件格式下载图片格式预览 -->
<el-form-item label="高处作业证">
@ -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;