소스 검색

fix试题导航被遮盖

Michael Wang 6 년 전
부모
커밋
75acb4485f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/features/OnlineExam/Examing/QuestionNavView.vue
  2. 1 1
      src/features/Password/Password.vue

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

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div style="padding-bottom: 50px;">
     <template v-if="paperStruct && examQuestionList">
       <div v-for="(struct, section) in paperStruct.defaultPaper.questionGroupList" :key="section" class="section">
         <div class="title">{{struct.groupName}} ({{struct.groupScore}}分)</div>

+ 1 - 1
src/features/Password/Password.vue

@@ -26,7 +26,7 @@
 
 <script>
 export default {
-  name: "OnlineExamHome",
+  name: "Password",
   data() {
     const validatePass = (rule, value, callback) => {
       if (value === "") {