From a191b146987b36eaad9b441c458f74c69aeef63f Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期日, 27 十月 2024 21:16:58 +0800 Subject: [PATCH] 修改了对应的bug --- ruoyi-ui/src/views/clanManager/clan/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/clanManager/clan/index.vue b/ruoyi-ui/src/views/clanManager/clan/index.vue index 6b0bcf1..d45b7e4 100644 --- a/ruoyi-ui/src/views/clanManager/clan/index.vue +++ b/ruoyi-ui/src/views/clanManager/clan/index.vue @@ -62,7 +62,7 @@ <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100"/> <el-table-column label="瀹舵棌鍙峰悕绉�" prop="clanName" sortable :show-overflow-tooltip="true" width="150" /> - <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width" > + <el-table-column fixed="right" label="鎿嶄綔" align="center" class-name="small-padding fixed-width" > <template slot-scope="scope" v-if="scope.row.id !== 1"> <el-button size="mini" -- Gitblit v1.9.1