不展示菜单风格设置菜单
This commit is contained in:
@ -168,6 +168,7 @@ export default {
|
||||
.avatar-wrapper {
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
padding-right: 10px;
|
||||
|
||||
.user-avatar {
|
||||
cursor: pointer;
|
||||
|
||||
@ -7,12 +7,12 @@ module.exports = {
|
||||
/**
|
||||
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light
|
||||
*/
|
||||
sideTheme: 'theme-dark',
|
||||
sideTheme: 'theme-light',
|
||||
|
||||
/**
|
||||
* 系统布局配置
|
||||
*/
|
||||
showSettings: true,
|
||||
showSettings: false,
|
||||
|
||||
/**
|
||||
* 是否显示顶部导航
|
||||
|
||||
Reference in New Issue
Block a user