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 {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません