lsc 2 年之前
父節點
當前提交
86dceeec0f
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      src/components/GM/studyStudentGM.vue
  2. 1 0
      src/components/studyStudent.vue
  3. 1 0
      src/components/tools/table.vue

+ 1 - 0
src/components/GM/studyStudentGM.vue

@@ -8815,6 +8815,7 @@ export default {
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
   padding: 3px 5px;
+  min-width: 0px;
 }
 
 .cont>>>table th {

+ 1 - 0
src/components/studyStudent.vue

@@ -10278,6 +10278,7 @@ export default {
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
   padding: 15px 5px;
+  max-width: 0px;
 }
 
 .cont>>>table th {

+ 1 - 0
src/components/tools/table.vue

@@ -221,6 +221,7 @@ export default {
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
   padding: 20px 5px;
+  min-width: 0px;
 }
 
 .cont>>>table th {