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: { 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 @@