fix: tailwindcss lint

This commit is contained in:
xingyu4j
2026-04-10 21:13:04 +08:00
committed by allen
parent 243456d928
commit d700b04841
3 changed files with 8 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ const contentMinHeight = computed(() =>
);
const tiptapContentClass = cn(
'vben-tiptap-content vben-tiptap__content',
'min-h-(--vben-tiptap-min-height) leading-7 text-foreground outline-none',
'text-foreground min-h-(--vben-tiptap-min-height) leading-7 outline-none',
);
const editor = useEditor({
content: modelValue.value,