11wqe1 1 месяц назад
Родитель
Сommit
4aa3f3be0f
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      src/components/pages/studentManageNew/component/table.vue

+ 5 - 3
src/components/pages/studentManageNew/component/table.vue

@@ -790,7 +790,7 @@ export default {
     },
     stuClalist() {
       return function(data, val) {
-        // console.log(data, "data");
+        // console.log(data, "data"); 
         if (data.length == 0) {
           return [];
         }
@@ -1940,13 +1940,15 @@ export default {
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
-  height: 30px;
-  line-height: 30px;
+  /* height: 30px; */
+  /* line-height: 30px; */
 }
 .cla_span {
   background: #e8f3ff;
   color: #0052d9;
   padding: 0px 25px;
+  height: 30px;
+  line-height: 30px;
   border-radius: 5px;
   box-sizing: border-box;
 }