feat(distribution): 优化分销提现页面功能

fix(setting): 更新海报和邀请卡背景图尺寸说明
style(table): 统一全局表格表头样式
refactor(home): 优化首页待办事项点击跳转
refactor(main): 优化主布局侧边栏收起动画
chore(menu): 优化菜单导航结构
docs(readme): 更新项目文档信息
feat(task): 新增定时任务管理页面
This commit is contained in:
pikachu1995@126.com
2026-08-11 15:16:32 +08:00
parent 4be36d61c7
commit 6933fb79ec
11 changed files with 435 additions and 150 deletions

View File

@@ -46,6 +46,20 @@
background-color: transparent;
}
/* 全局表格表头 */
.el-table {
.el-table__header th.el-table__cell {
background: var(--el-color-primary-light-9, #ecf5ff);
color: #303133;
font-weight: normal;
}
.el-table__header th.el-table__cell .cell {
color: #303133;
font-weight: normal;
}
}
.link-text {
color: #409eff;
cursor: pointer;