设定全局上传文件css

This commit is contained in:
zhujiyan
2024-05-27 17:52:38 +08:00
parent 923aaa64f2
commit edd04dcf82

View File

@@ -107,6 +107,22 @@ body,
}
}
}
//修改上传文件filelist位置
.uploadFile {
::v-deep .el-form-item__content {
line-height: 20px !important;
div {
display: flex !important;
align-items: center !important;
}
.el-upload-list__item-name {
width: 130px !important;
}
.el-upload-list--text {
margin: 0px 20px 0 !important;
}
}
}
.zoom-handle {
position: absolute;