From c0b7131a4213e7b1485c63fcad88d8d2d146c96c Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期六, 20 四月 2024 11:01:30 +0800 Subject: [PATCH] 修改了4/20这周除了备忘录以外的错误 --- 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