diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 68b4e80..75cfc8e 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -168,6 +168,7 @@ export default { .avatar-wrapper { margin-top: 10px; position: relative; + padding-right: 10px; .user-avatar { cursor: pointer; diff --git a/src/settings.js b/src/settings.js index e5c0357..1be0cc4 100644 --- a/src/settings.js +++ b/src/settings.js @@ -7,12 +7,12 @@ module.exports = { /** * 侧边栏主题 深色主题theme-dark,浅色主题theme-light */ - sideTheme: 'theme-dark', + sideTheme: 'theme-light', /** * 系统布局配置 */ - showSettings: true, + showSettings: false, /** * 是否显示顶部导航