From c62776b21679c54f8e65baeb805b891e962c3eef Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 01 八月 2023 19:45:56 +0800 Subject: [PATCH] 部分行列间隔修改 --- ruoyi-ui/src/views/contacts/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/contacts/index.vue b/ruoyi-ui/src/views/contacts/index.vue index aeab921..fb54aaf 100644 --- a/ruoyi-ui/src/views/contacts/index.vue +++ b/ruoyi-ui/src/views/contacts/index.vue @@ -144,7 +144,7 @@ <el-table-column type="selection" :reserve-selection="true" width="25" align="center" /> <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/> - <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="160" > + <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="130" > <template slot-scope="scope"> <div> <a href="javascript:;" @click="handleCheck(scope.row)">{{scope.row.myName}}</a> -- Gitblit v1.9.1