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/views/genealogy/index.vue | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue index 08f94c2..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" > @@ -203,7 +203,7 @@ // 鏃ユ湡鑼冨洿 dateRange: [], // 鏁版嵁鑼冨洿閫夐」 - fot:[".jpg",".jif"], + fot:[".jpg",".jif",'.M4A'], fileList:[], fileListOther:[], dsb:true, @@ -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