feige
2025-03-25 4eefd90c82210efa63f5620295af434212c060f9
修改了图片
2个文件已修改
1个文件已添加
16 ■■■■■ 已修改文件
ruoyi-ui/src/assets/images/index.png 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/assets/images/shuzi.png 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/genealogy/index.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/assets/images/index.png

ruoyi-ui/src/assets/images/shuzi.png
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>