perf: 根据tailwindcss推荐优化类名

This commit is contained in:
xiaoxian521
2025-12-08 15:44:00 +08:00
parent aeb4feb6f9
commit d794c7965c
12 changed files with 128 additions and 16 deletions

View File

@@ -416,7 +416,7 @@ onUnmounted(() => removeMatchMedia);
<button
v-else
v-ripple="{ class: 'text-gray-300' }"
class="bg-transparent flex-c w-full h-20 rounded-md border border-[var(--pure-border-color)]"
class="bg-transparent flex-c w-full h-20 rounded-md border border-(--pure-border-color)"
@click="setStretch(!settings.stretch)"
>
<div