[update] 修改bug88088,企标新增上传文件按钮有遮挡
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
StandardSource,
|
StandardSource,
|
||||||
visible: false,
|
visible: false,
|
||||||
title: '',
|
title: '',
|
||||||
width: 800,
|
width: '50%',
|
||||||
// 存储表单的数据
|
// 存储表单的数据
|
||||||
form: {},
|
form: {},
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
@@ -252,4 +252,8 @@ export default {
|
|||||||
.check-content-table {
|
.check-content-table {
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ .ant-drawer-content-wrapper {
|
||||||
|
min-width: 800px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user