lsc 2 년 전
부모
커밋
1dc438bcf1
2개의 변경된 파일425개의 추가작업 그리고 5523개의 파일을 삭제
  1. 420 5521
      src/components/student/studyStudent.vue
  2. 5 2
      src/components/tools/table.vue

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


+ 5 - 2
src/components/tools/table.vue

@@ -220,8 +220,11 @@ export default {
 .cont>>>table th {
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
-  padding: 20px 5px;
-  min-width: 0px;
+  /* padding: 20px 5px; */
+  padding: 5px 10px;
+  max-width: 0px;
+  height: 30px;
+  vertical-align: baseline;
 }
 
 .cont>>>table th {

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