From d8550d2564264e591586f6fbc246b1283dfcd1da Mon Sep 17 00:00:00 2001 From: JayChou <2064936853@qq.com> Date: Tue, 20 Aug 2024 09:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layout/main/index.vue | 6 +- src/permissions.ts | 39 ++- src/store/module/user.ts | 19 ++ src/views/course/components/courseTree.vue | 2 +- src/views/course/index.vue | 359 ++++++++++++--------- src/views/home/index.vue | 5 - src/views/knowledge/index.vue | 5 +- src/views/pedagogicalReform/index.vue | 20 +- src/views/professionalProfile/index.vue | 1 - src/views/scientificResearch/index.vue | 13 +- 10 files changed, 265 insertions(+), 204 deletions(-) create mode 100644 src/store/module/user.ts diff --git a/src/Layout/main/index.vue b/src/Layout/main/index.vue index d2eaa92..5c79980 100644 --- a/src/Layout/main/index.vue +++ b/src/Layout/main/index.vue @@ -4,7 +4,11 @@ --> - +
+ +
+
+ @@ -340,6 +367,20 @@ const clickGraphChange = async(id:number) => { } } } + .cours-target { + width: 100%; + height: 300px; + margin-top: 20px; + padding: 20px; + background-color: #fff; + .title{ + font-size: 16px; + height: 40px; + line-height: 40px; + padding-left: 5px; + font-weight: 700; + } + } } .right { width: 400px; @@ -372,7 +413,13 @@ const clickGraphChange = async(id:number) => { } .chapter { overflow-y: auto; - height: 700px; + height: 500px; + width: 100%; + margin-top: 20px; + background-color: #fff; + } + .student-list{ + height: 500px; width: 100%; margin-top: 20px; background-color: #fff; @@ -387,7 +434,7 @@ const clickGraphChange = async(id:number) => { ::-webkit-scrollbar-button { background-color: #fff; } -:deep(.docx-wrapper){ +:deep(.docx-wrapper) { background-color: #fff; } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 1b37df9..003b154 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,8 +1,4 @@ - diff --git a/src/views/professionalProfile/index.vue b/src/views/professionalProfile/index.vue index d0fbdbb..7bd5d6a 100644 --- a/src/views/professionalProfile/index.vue +++ b/src/views/professionalProfile/index.vue @@ -1,6 +1,5 @@