refactor: ♻️ 登录页面样式优化
Former-commit-id: 7a5ce9d62b3dd2b1fbc6b2767623aff022409094
This commit is contained in:
@@ -11,12 +11,13 @@ import {
|
||||
} from "unocss";
|
||||
|
||||
export default defineConfig({
|
||||
shortcuts: [
|
||||
// ...
|
||||
],
|
||||
shortcuts: {
|
||||
"flex-center": "flex justify-center items-center",
|
||||
},
|
||||
theme: {
|
||||
colors: {
|
||||
// ...
|
||||
primary: "var(--el-color-primary)",
|
||||
primary_dark: "var(--el-color-primary-light-5)",
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
|
||||
Reference in New Issue
Block a user