From 9a9be2ddb3edf4b45d8874901b42004256b8be85 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期一, 25 九月 2023 13:51:58 +0800 Subject: [PATCH] 9.25提交 --- ruoyi-ui/src/views/shouye/shouye.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/shouye/shouye.vue b/ruoyi-ui/src/views/shouye/shouye.vue index 2e8b919..5c37369 100644 --- a/ruoyi-ui/src/views/shouye/shouye.vue +++ b/ruoyi-ui/src/views/shouye/shouye.vue @@ -4,7 +4,7 @@ <img src="../../assets/images/shouyeInfo.png"> <div class="overlay"> <div class="table-container"> - <div style="padding-top:15px;padding-left:30px"><span class="text">淇敼璁板綍</span></div> + <div style="padding-top:15px;padding-left:30px;padding-bottom:-20px"><span class="text">淇敼璁板綍</span></div> <el-divider/> <el-table v-loading="loading" :data="infoList" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> <el-table-column label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" style="width: 20%" align="center"/> -- Gitblit v1.9.1