Browse Source

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

Tang 2 years ago
parent
commit
11c77f1347

+ 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 {