不展示菜单风格设置菜单

This commit is contained in:
白菜
2025-09-28 14:55:22 +08:00
parent 7497c1d1b9
commit cc4d6ab347
2 changed files with 3 additions and 2 deletions

View File

@ -168,6 +168,7 @@ export default {
.avatar-wrapper { .avatar-wrapper {
margin-top: 10px; margin-top: 10px;
position: relative; position: relative;
padding-right: 10px;
.user-avatar { .user-avatar {
cursor: pointer; cursor: pointer;

View File

@ -7,12 +7,12 @@ module.exports = {
/** /**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light * 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/ */
sideTheme: 'theme-dark', sideTheme: 'theme-light',
/** /**
* 系统布局配置 * 系统布局配置
*/ */
showSettings: true, showSettings: false,
/** /**
* 是否显示顶部导航 * 是否显示顶部导航