From a5a81efad512d32da6d1027fe8ab5cc29a3b6af4 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期五, 01 三月 2024 20:46:49 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- 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