[update] 修改bug88088,企标新增上传文件按钮有遮挡

This commit is contained in:
lideqin
2024-08-05 15:09:20 +08:00
parent 83672551f2
commit d67cb44cb1
@@ -100,7 +100,7 @@ export default {
StandardSource,
visible: false,
title: '',
width: 800,
width: '50%',
// 存储表单的数据
form: {},
confirmLoading: false,
@@ -252,4 +252,8 @@ export default {
.check-content-table {
padding-bottom: 40px;
}
/deep/ .ant-drawer-content-wrapper {
min-width: 800px;
}
</style>