Browse Source

优化显示效果

luohailiang 2 years ago
parent
commit
6deb5f36ec
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/jcxxgl/bjgl/index.vue

+ 2 - 3
src/views/jcxxgl/bjgl/index.vue

@@ -95,9 +95,8 @@
       ></el-table-column>
       <el-table-column
         label="班级名称"
-        show-overflow-tooltip
         prop="class_name"
-        width="100"
+        width="150"
       ></el-table-column>
       <el-table-column
         label="班级简称"
@@ -142,7 +141,7 @@
           <span v-if="scope.row.rxnf == '4'">2022</span>
         </template> -->
       </el-table-column>
-      <el-table-column label="操作" width="100">
+      <el-table-column label="操作">
         <template slot-scope="scope">
           <el-button type="text" @click="editData(scope.row)">编辑</el-button>
           <el-button type="text" @click="delData(scope.row.class_id)"