From cc4d6ab347c3c6d0206f1b3704bbed6b598b4b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Sun, 28 Sep 2025 14:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=B1=95=E7=A4=BA=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E8=AE=BE=E7=BD=AE=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 1 + src/settings.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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, /** * 是否显示顶部导航