mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-09-20 20:02:05 +08:00
feat(distribution): 优化分销提现页面功能
fix(setting): 更新海报和邀请卡背景图尺寸说明 style(table): 统一全局表格表头样式 refactor(home): 优化首页待办事项点击跳转 refactor(main): 优化主布局侧边栏收起动画 chore(menu): 优化菜单导航结构 docs(readme): 更新项目文档信息 feat(task): 新增定时任务管理页面
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user