mirror of
https://github.com/keven1024/015.git
synced 2026-06-04 11:29:36 +00:00
fix(front): enhance error logging in error.vue and improve Tiptap component styling for better readability
This commit is contained in:
@@ -44,5 +44,8 @@ onUnmounted(() => {
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<editor-content :editor="editor" class="prose prose-sm bg-white/50 rounded-md p-2 [&>*]:outline-none prose-p:my-1" />
|
||||
<editor-content
|
||||
:editor="editor"
|
||||
class="prose prose-sm bg-white/50 rounded-md p-2 [&>*]:outline-none prose-p:my-1 prose-headings:my-2 prose-pre:mb-0"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user