From 9ad1c193857e89c3b79bb45db9bb4c05091aaba4 Mon Sep 17 00:00:00 2001 From: zhonghua Date: Tue, 3 Mar 2026 11:25:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2):=20?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=B8=8E=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 uno.config.ts 中添加主题颜色和快捷样式,优化整体视觉效果 - 更新 LoginView.vue,重构登录界面结构,使用新的样式类 - 增加背景装饰元素,提升用户体验 - 优化角色选择和登录表单的样式,增强交互性 Made-with: Cursor --- reading-platform-frontend/src/App.vue | 1 - reading-platform-frontend/src/views/auth/LoginView.vue | 1 - reading-platform-frontend/uno.config.ts | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/reading-platform-frontend/src/App.vue b/reading-platform-frontend/src/App.vue index 716ba23..ef443cc 100644 --- a/reading-platform-frontend/src/App.vue +++ b/reading-platform-frontend/src/App.vue @@ -10,7 +10,6 @@ import zhCN from 'ant-design-vue/es/locale/zh_CN'; const AConfigProvider = ConfigProvider; -