refactor: ♻️ unocss 自定义样式名修改

This commit is contained in:
郝先瑞
2024-02-22 18:20:19 +08:00
parent d30fb87d30
commit 11645b5df1
2 changed files with 5 additions and 5 deletions

View File

@@ -18,9 +18,9 @@ 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",
"fixed-tl": "fixed top-0 left-0",
"absolute-lt": "absolute left-0 top-0",
"absolute-rt": "absolute right-0 top-0 ",
"fixed-lt": "fixed left-0 top-0",
},
theme: {
colors: {