From 75384c8057c53b2e8b51aef78f7666ae11dcc275 Mon Sep 17 00:00:00 2001 From: lyc Date: Sat, 19 Oct 2024 17:00:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=A8=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/index.js b/src/main/index.js index 4dcd521..44b0d89 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -96,6 +96,7 @@ function createMainWindow() { frame: false, // 无边框 autoHideMenuBar: true, maximizable: false, + fullscreen: true, icon: join(__dirname, '../../resources/logo2.ico'), ...(process.platform === 'linux' ? { icon } : {}), webPreferences: { From 8ba6e15020ad24e6f36fdc0472269bd25a3ae4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E4=BA=86=E4=B8=AA=E7=99=BD?= <543593352@qq.com> Date: Sat, 19 Oct 2024 17:14:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/classTask/classTaskAssign.vue | 10 +++++----- .../views/classTask/container/item-dialog.vue | 16 ++++++++-------- .../classTask/container/newTask/taskTypeView.vue | 3 ++- .../src/views/classTask/container/quizStats.vue | 2 +- .../src/views/classTask/newClassTask.vue | 10 +++++----- .../src/views/classTask/teachClassTask.vue | 16 ++++++++-------- 6 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/renderer/src/views/classTask/classTaskAssign.vue b/src/renderer/src/views/classTask/classTaskAssign.vue index eb27a23..7f16a8d 100644 --- a/src/renderer/src/views/classTask/classTaskAssign.vue +++ b/src/renderer/src/views/classTask/classTaskAssign.vue @@ -15,10 +15,11 @@ -
- - 课程目录 - + +
+ + 作业布置 +
@@ -907,7 +908,6 @@ watch(() => courseObj.node, (newVal,oldVal) => { min-height: 100%; } .unit-top-left { - cursor: pointer; .icon-xiangzuo { margin-right: 5px; diff --git a/src/renderer/src/views/classTask/container/item-dialog.vue b/src/renderer/src/views/classTask/container/item-dialog.vue index 1cb08cd..e63f506 100644 --- a/src/renderer/src/views/classTask/container/item-dialog.vue +++ b/src/renderer/src/views/classTask/container/item-dialog.vue @@ -13,7 +13,7 @@