Jelajahi Sumber

fix 考试过程中的样式

Michael Wang 5 tahun lalu
induk
melakukan
220f626b5d

+ 3 - 2
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -748,7 +748,7 @@ export default {
 .side {
   display: grid;
   grid-area: side;
-  grid-template-rows: 1fr 250px;
+  grid-template-rows: 1fr 300px;
   background-color: #f5f5f5;
 }
 
@@ -769,6 +769,7 @@ export default {
   align-self: flex-end;
   justify-self: flex-end;
   z-index: 100;
+  height: 300px;
 }
 
 @media screen and (max-height: 768px) {
@@ -779,7 +780,7 @@ export default {
     height: 50px;
   }
   .side {
-    grid-template-rows: minmax(0, 1fr) 200px;
+    grid-template-rows: minmax(0, 1fr) 300px;
   }
 }
 </style>

+ 2 - 1
src/features/OnlineExam/Examing/QuestionNavView.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="padding-bottom: 50px;">
+  <div style="padding-bottom: 10px;">
     <template v-if="paperStruct && examQuestionList">
       <div
         v-for="(struct, section) in paperStruct.defaultPaper.questionGroupList"
@@ -129,6 +129,7 @@ export default {
 }
 .title {
   margin-bottom: 5px;
+  text-align: left;
 }
 .list {
   display: flex;

+ 1 - 0
src/features/OnlineExam/Examing/QuestionView.vue

@@ -262,6 +262,7 @@ export default {
 
 .star {
   font-size: 36px;
+  align-self: flex-start;
 }
 .star:hover {
   cursor: pointer;