|
|
@@ -280,8 +280,8 @@ function editConfigured(model?: DeviceManageModel) {
|
|
|
VxeUI.modal.open({
|
|
|
// title: model?.id ? `修改配置` : `新增配置`,
|
|
|
title: `修改配置`,
|
|
|
- // height: 850,
|
|
|
- // width: 900,
|
|
|
+ height: window.innerHeight,
|
|
|
+ width: window.innerWidth,
|
|
|
fullscreen: true,
|
|
|
escClosable: true,
|
|
|
destroyOnClose: true,
|
|
|
@@ -311,6 +311,8 @@ function importOrganization() {
|
|
|
}
|
|
|
VxeUI.modal.open({
|
|
|
title: '批量修改',
|
|
|
+ height: window.innerHeight,
|
|
|
+ width: window.innerWidth,
|
|
|
fullscreen: true,
|
|
|
escClosable: true,
|
|
|
destroyOnClose: true,
|