From a027dc75c3c966473e481bba6dd1143ba836bf68 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Mon, 16 Dec 2024 16:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A0=91=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A5=BC=E5=9B=BE=E5=92=8C=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/config/config.default.js | 8 +- frontend/src/views/home/components/table.vue | 130 +++++++------------ frontend/src/views/home/tabs/dashboard.vue | 8 +- 3 files changed, 49 insertions(+), 97 deletions(-) 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 @@ > -