chore: 🔨 精简无用的快捷类

This commit is contained in:
ray
2025-02-20 18:36:49 +08:00
parent 6f159a0eed
commit a076e2eaa5
2 changed files with 3 additions and 5 deletions

View File

@@ -362,7 +362,7 @@
</el-col>
<el-col :span="18">
<el-scrollbar max-height="72vh">
<div class="absolute-rt z-36 right-5 top-2">
<div class="absolute z-36 right-5 top-2">
<el-link type="primary" @click="handleCopyCode">
<el-icon>
<CopyDocument />

View File

@@ -30,17 +30,15 @@ const generateSafeList = () => {
};
export default defineConfig({
// 自定义快捷类
shortcuts: {
"wh-full": "w-full h-full",
"flex-center": "flex justify-center items-center",
"flex-x-center": "flex justify-center",
"flex-y-center": "flex items-center",
"wh-full": "w-full h-full",
"flex-x-start": "flex items-center justify-start",
"flex-x-between": "flex items-center justify-between",
"flex-x-end": "flex items-center justify-end",
"absolute-lt": "absolute left-0 top-0",
"absolute-rt": "absolute right-0 top-0 ",
"fixed-lt": "fixed left-0 top-0",
},
theme: {
colors: {