From 4eefd90c82210efa63f5620295af434212c060f9 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 25 三月 2025 20:52:30 +0800 Subject: [PATCH] 修改了图片 --- ruoyi-ui/src/assets/images/shuzi.png | 0 ruoyi-ui/src/assets/images/index.png | 0 ruoyi-ui/src/views/genealogy/index.vue | 16 +++++++++++++++- 3 files changed, 15 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/assets/images/index.png b/ruoyi-ui/src/assets/images/index.png index 4302d97..e41ea4b 100644 --- a/ruoyi-ui/src/assets/images/index.png +++ b/ruoyi-ui/src/assets/images/index.png Binary files differ diff --git a/ruoyi-ui/src/assets/images/shuzi.png b/ruoyi-ui/src/assets/images/shuzi.png new file mode 100644 index 0000000..41ab605 --- /dev/null +++ b/ruoyi-ui/src/assets/images/shuzi.png Binary files differ diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue index 4680d8f..fe78294 100644 --- a/ruoyi-ui/src/views/genealogy/index.vue +++ b/ruoyi-ui/src/views/genealogy/index.vue @@ -79,7 +79,7 @@ </el-row> </div> - <el-table v-loading="loading" border :data="listRoot" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> + <el-table class="eltab" v-loading="loading" border :data="listRoot" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> <el-table-column type="selection" width="55" align="center" /> <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/> <el-table-column label="韬唤" prop="identity" sortable width="100" > @@ -508,6 +508,11 @@ <style scoped> .app-container{ background-color: #FEF7FC; + background: url("../../assets/images/shuzi.png") no-repeat center center; + background-size: cover; + padding: 20px; /* 鐣欏嚭杈硅窛 */ + border-radius: 4px; /* 鍦嗚鍖归厤Element椋庢牸 */ + z-index:100 } .el-table__row.statistics-warning-row { @@ -520,4 +525,13 @@ } +/* 琛ㄦ牸閫忔槑鍖� */ +.el-table { + background-color: transparent !important; +} +/* 琛ㄥご鏍峰紡璋冩暣 */ +:deep(.el-table__header th) { + background-color: rgba(0, 0, 0, 0.1) !important; +} + </style> -- Gitblit v1.9.1