feat: canonical tailwind class

This commit is contained in:
xingyu4j
2026-07-24 15:04:10 +08:00
parent dcdbfe5dfc
commit 255a76d79a
12 changed files with 12 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ const formattedSubmitValues = computed(() =>
const outputClass = [
'bg-muted',
'text-muted-foreground',
'max-h-[420px]',
'max-h-105',
'overflow-auto',
'rounded-md',
'p-3',