소스 검색

学时审核图片模块增加滚动区域

Tang 2 년 전
부모
커밋
11c77f1347
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Study/StudentInfo.vue
  2. 2 0
      src/views/education/classManageMent/classHoursReview/component/LessonTable.vue

+ 1 - 1
src/components/Study/StudentInfo.vue

@@ -12,7 +12,7 @@
           <span v-else-if="item.key == 'num'"
             >完成{{ userData.stuAllNum + userData.recordNum }}节的内容学习</span
           >
-          <span v-else-if="item.key == 'time'"
+          <span v-else-if="item.key == 'time'" style="padding-right: 50px;"
             >{{ $methodsTools.onlyForma(userData.studyStartTime, false) }} -
             {{ $methodsTools.onlyForma(userData.studyEndTime, false) }}</span
           >

+ 2 - 0
src/views/education/classManageMent/classHoursReview/component/LessonTable.vue

@@ -377,6 +377,8 @@ export default {
   padding: 10px 18px;
   ul {
     margin-bottom: 0px;
+    max-height: 588px;
+    overflow: auto;
   }
 }
 .styFlex {