医学审核样式修改
parent
c197e22f92
commit
de40cb6ec5
|
@ -85,6 +85,7 @@
|
|||
:file-list="fileList"
|
||||
|
||||
:disabled="isSendMessage || auditState===2 || ![14, 30].includes(userTypeEnumInt)"
|
||||
style="width:300px"
|
||||
>
|
||||
<i slot="default" class="el-icon-plus" />
|
||||
<div slot="file" slot-scope="{file}">
|
||||
|
@ -385,10 +386,14 @@ export default {
|
|||
.disabled{
|
||||
/deep/ .el-upload--picture-card {
|
||||
display: none;
|
||||
|
||||
}
|
||||
}
|
||||
/deep/ .el-upload-list__item {
|
||||
transition: none !important;
|
||||
width:140px;
|
||||
height: 140px;
|
||||
margin: 0 10px 5px 0;
|
||||
}
|
||||
/deep/ .el-upload-list__item-thumbnail {
|
||||
/* 图片在方框内显示长边 */
|
||||
|
|
Loading…
Reference in New Issue