소스 검색

修改文案及新增时间功能

zengyicheng 2 년 전
부모
커밋
549fd2358f
2개의 변경된 파일552개의 추가작업 그리고 270개의 파일을 삭제
  1. 548 266
      src/components/student/studyStudent.vue
  2. 4 4
      src/components/studyStudent.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 548 - 266
src/components/student/studyStudent.vue


+ 4 - 4
src/components/studyStudent.vue

@@ -15303,13 +15303,13 @@ ol {
 .timuImgBox {
   margin: 10px 0;
   display: flex;
-  flex-direction: row;
+  flex-direction: column;
   flex-wrap: wrap;
-  align-items: center;
+  align-items: flex-start;
 }
 .timuImg {
-  width: 100px;
-  margin-right: 10px;
+  width: auto;
+  margin: 5px 0;
   cursor: pointer;
 }
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.