From 54225f6cadf6ad6cb8885b50d05bbdb4e0a1ac54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Thu, 4 Jun 2026 11:46:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E6=B7=BB=E5=8A=A0=E9=94=81?= =?UTF-8?q?=E5=B1=8F=E6=8C=89=E9=92=AE=20+=20=E6=9B=B4=E6=96=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Navbar 用户菜单添加「锁定屏幕」选项 - Settings 面板更新为 RuoYi 3.9.2 版本 - 菜单导航设置(左侧/混合/顶部) - 主题风格(深色/浅色/颜色选择) - 标签页设置(图标/样式/持久化) - 底部版权开关 --- .../src/layout/components/Navbar.vue | 21 +- .../src/layout/components/Settings/index.vue | 342 ++++++++++-------- 2 files changed, 219 insertions(+), 144 deletions(-) diff --git a/openhis-ui-vue3/src/layout/components/Navbar.vue b/openhis-ui-vue3/src/layout/components/Navbar.vue index 4a72c4526..d9db36070 100755 --- a/openhis-ui-vue3/src/layout/components/Navbar.vue +++ b/openhis-ui-vue3/src/layout/components/Navbar.vue @@ -83,6 +83,12 @@ 个人中心 + + 锁定屏幕 + - +
-

- 主题风格设置 -

+

菜单导航设置

+
+ +
+

主题风格设置

-
- dark -
- -
+ dark +
+ +
-
- light -
- -
+ light +
+ + @@ -79,160 +49,192 @@
主题颜色 - +
-

- 系统布局配置 -

+

系统布局配置

- 开启 TopNav + 开启页签 - +
- 开启 Tags-Views + 持久化标签页 - + + +
+ +
+ 显示页签图标 + + + +
+ +
+ 标签页样式 + + + 卡片 + 谷歌 +
固定 Header - +
显示 Logo - +
动态标题 - + + +
+ +
+ 底部版权 + +
- - 保存配置 - - - 重置配置 - + 保存配置 + 重置配置 + \ No newline at end of file