refactor: ♻️ 登录页面样式优化,根据页面高度控制ICP是否显示

This commit is contained in:
hxr
2024-02-19 16:28:55 +08:00
parent e024069593
commit 91458d8522
2 changed files with 61 additions and 59 deletions

View File

@@ -18,6 +18,8 @@ export default defineConfig({
"wh-full": "w-full h-full",
"flex-x-between": "flex items-center justify-between",
"flex-x-end": "flex items-center justify-end",
"absolute-tl": "absolute top-0 left-0",
"absolute-tr": "absolute top-0 right-0",
},
theme: {
colors: {