feat(menu): 新增菜单自定义样式配置功能

1. 新增菜单样式表单字段,支持传入JSON格式自定义菜单样式
2. 改造侧边栏组件,实现菜单样式的动态绑定与渲染
3. 添加路由元信息style字段的解析与调试日志
4. 修复侧边栏菜单默认样式冲突问题
This commit is contained in:
2026-06-27 13:12:33 +08:00
parent b94b7823e5
commit 3658728acd
6 changed files with 85 additions and 9 deletions

View File

@@ -91,7 +91,7 @@
.el-menu-item,
.el-submenu__title {
// 明确默认状态样式(关键修复)
background: transparent !important;
background: transparent;
box-shadow: none !important;
position: relative;
@@ -318,4 +318,5 @@
font-size: 12px;
}
// 叶子页面无标识