From 0b6085313adfaea72af9d1fcbf874394e9575a1b Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 04 一月 2025 11:55:18 +0800 Subject: [PATCH] 样式优化 --- src/views/student/index.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/student/index.vue b/src/views/student/index.vue index 9de881d..9342e53 100644 --- a/src/views/student/index.vue +++ b/src/views/student/index.vue @@ -45,7 +45,8 @@ fit height="100%" > - <el-table-column label="濮撳悕" prop=""> + <el-table-column label="濮撳悕" prop="" + width="300"> <template slot-scope="scope"> <el-link type="primary" @@ -60,7 +61,7 @@ </el-table-column> <el-table-column label="鎬у埆" - width="80" + width="200" v-if="activeName !== 'deactivated'" > <template slot-scope="scope"> @@ -69,7 +70,7 @@ </el-table-column> <el-table-column label="鎵嬫満鍙�" - width="200" + width="300" prop="mobile" v-if="activeName !== 'deactivated'" > @@ -79,8 +80,8 @@ </el-table-column> <el-table-column label="鏄惁缁戝畾寰俊" - width="200" - v-if="activeName !== 'deactivated'" + v-if="activeName !== 'deactivated'" + min-width="200" > <template slot-scope="scope"> {{ scope.row.user ? "鏄�" : "鍚�" }} -- Gitblit v1.8.0