From 7c524db9218938da1fb5f09a6b017f7ed9a217a0 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 18 五月 2024 18:23:54 +0800
Subject: [PATCH] css上传
---
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