feat(登录界面): 增强登录界面样式与功能

- 在 uno.config.ts 中添加主题颜色和快捷样式,优化整体视觉效果
- 更新 LoginView.vue,重构登录界面结构,使用新的样式类
- 增加背景装饰元素,提升用户体验
- 优化角色选择和登录表单的样式,增强交互性

Made-with: Cursor
This commit is contained in:
zhonghua 2026-03-03 11:25:08 +08:00
parent 628e0d9461
commit 9ad1c19385
3 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,6 @@ import zhCN from 'ant-design-vue/es/locale/zh_CN';
const AConfigProvider = ConfigProvider;
</script>
<style>
html {
overflow-x: hidden;

View File

@ -133,7 +133,6 @@ const handleLogin = async () => {
}
};
</script>
<style scoped lang="scss">
//
$primary: #FF8C42; //

View File

@ -1,4 +1,4 @@
import { defineConfig, presetUno } from 'unocss';
import { defineConfig, presetUno } from "unocss";
export default defineConfig({
presets: [