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 {

部分文件因文件數量過多而無法顯示