diff --git a/electron/config/config.default.js b/electron/config/config.default.js index aed196f..c42a1ab 100644 --- a/electron/config/config.default.js +++ b/electron/config/config.default.js @@ -25,10 +25,10 @@ module.exports = (appInfo) => { */ config.windowsOption = { title: '自动检测平台', - width: 1280, - height: 850, - minWidth: 1280, - minHeight: 850, + width: 1600, + height: 950, + minWidth: 1600, + minHeight: 950, webPreferences: { //webSecurity: false, contextIsolation: false, // false -> 可在渲染进程中使用electron的api,true->需要bridge.js(contextBridge) diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index 4ac6878..08e5d0b 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -14,7 +14,7 @@ > -