人员证书
This commit is contained in:
parent
1085a827de
commit
fa5e890caf
|
|
@ -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 ref="certificateForm" :model="certificateForm" label-width="100px">
|
||||||
<!-- 文件格式下载,图片格式预览 -->
|
<!-- 文件格式下载,图片格式预览 -->
|
||||||
<el-form-item label="高处作业证">
|
<el-form-item label="高处作业证">
|
||||||
|
|
@ -1140,24 +1140,20 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ::v-deep .el-upload-list--picture-card .el-upload-list__item {
|
::v-deep .el-upload-list--picture-card{
|
||||||
// overflow: revert !important;
|
display: flex;
|
||||||
// // width: 100%;
|
}
|
||||||
// // height: 100%!important;
|
::v-deep .el-upload-list__item {
|
||||||
// }
|
margin-bottom: 20px;
|
||||||
|
overflow: revert;
|
||||||
// .el-upload-list__item-thumbnail{
|
}
|
||||||
// height: 100%!important;
|
::v-deep .el-upload-list__item-actions{
|
||||||
// }
|
overflow:hidden;
|
||||||
// ::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;
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
.el-upload-list__item-thumbnail{
|
||||||
|
height: 145px!important;
|
||||||
|
}
|
||||||
.picture-card-container{
|
.picture-card-container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -1180,7 +1176,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -10px;
|
bottom: -35px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue