refactor(layout): 优化后台布局样式与主题适配

- 优化顶部工具栏、通知入口和页签操作按钮的图标颜色继承
- 调整混合布局菜单激活态与暗黑模式下的视觉表现
- 重构设置面板分组与底部操作区,精简无效配置文案
- 统一列表页公共布局样式,优化表格和页面容器边界
- 优化控制台卡片、图表和暗黑模式背景表现
- 移除布局中重复的页签高度覆盖和无用 mixin
This commit is contained in:
Ray.Hao
2026-06-18 23:39:31 +08:00
parent 0e992ae16f
commit 03a9c03401
15 changed files with 357 additions and 280 deletions

View File

@@ -122,6 +122,7 @@ function handleVisibleChange(visible: boolean) {
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
}
&__trigger {
@@ -130,6 +131,7 @@ function handleVisibleChange(visible: boolean) {
justify-content: center;
width: 100%;
height: 100%;
color: inherit;
}
&__icon {
@@ -139,17 +141,20 @@ function handleVisibleChange(visible: boolean) {
justify-content: center;
width: 28px;
height: 28px;
color: currentColor;
border-radius: 6px;
}
&__bell {
color: var(--el-text-color-regular);
--color: currentColor;
color: currentColor;
}
&__pulse {
position: absolute;
top: 4px;
right: 5px;
top: 3px;
right: 4px;
width: 6px;
height: 6px;
background: var(--el-color-danger);