From cc46905f736dcb856adf2de9ee1056c300ce21a0 Mon Sep 17 00:00:00 2001 From: SchneeHertz <39257008+SchneeHertz@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:56:36 +0800 Subject: [PATCH] update page size --- index.js | 2 +- src/App.vue | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index d863720..a8ecd3d 100644 --- a/index.js +++ b/index.js @@ -96,7 +96,7 @@ const createWindow = () => { return win } -app.commandLine.appendSwitch('js-flags', '--max-old-space-size=8192') +app.commandLine.appendSwitch('js-flags', '--max-old-space-size=65536') // app.disableHardwareAcceleration() app.whenReady().then(async () => { await Manga.sync() diff --git a/src/App.vue b/src/App.vue index 13736ae..7776762 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2619,7 +2619,9 @@ body margin: 4px 0 justify-content: center .el-pagination--small .el-select - width: 120px + width: 110px + .el-select__wrapper + text-align: center .book-tag-area width: 100%