feat(登录界面): 增强登录界面样式与功能
- 在 uno.config.ts 中添加主题颜色和快捷样式,优化整体视觉效果 - 更新 LoginView.vue,重构登录界面结构,使用新的样式类 - 增加背景装饰元素,提升用户体验 - 优化角色选择和登录表单的样式,增强交互性 Made-with: Cursor
This commit is contained in:
parent
628e0d9461
commit
9ad1c19385
@ -10,7 +10,6 @@ import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
|||||||
|
|
||||||
const AConfigProvider = ConfigProvider;
|
const AConfigProvider = ConfigProvider;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|||||||
@ -133,7 +133,6 @@ const handleLogin = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
// 温暖明快的配色
|
// 温暖明快的配色
|
||||||
$primary: #FF8C42; // 温暖橙
|
$primary: #FF8C42; // 温暖橙
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { defineConfig, presetUno } from 'unocss';
|
import { defineConfig, presetUno } from "unocss";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
presets: [
|
presets: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user