[update] 修改bug88088,企标新增上传文件按钮有遮挡
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user