From 1660e0f0083d1a682bf0dca9dcaf2e8ba2502f38 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期日, 22 十月 2023 23:10:13 +0800 Subject: [PATCH] 1022 修正时间 --- ruoyi-ui/src/views/contacts/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/contacts/index.vue b/ruoyi-ui/src/views/contacts/index.vue index b8530c5..6a3865d 100644 --- a/ruoyi-ui/src/views/contacts/index.vue +++ b/ruoyi-ui/src/views/contacts/index.vue @@ -136,9 +136,9 @@ </el-row> </div> - <el-table v-loading="loading" :data="contactList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;" > + <el-table v-loading="loading" :data="contactList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" > <el-table-column type="selection" :reserve-selection="true" width="55" align="center" /> - <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100"/> + <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100px"/> <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="130" > <template slot-scope="scope"> -- Gitblit v1.9.1