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