mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): 更新MarkdownRender组件的样式类以增强可读性
This commit is contained in:
@@ -11,5 +11,5 @@ const renderHtml = computed(() => {
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<div :class="cx('prose', props?.class)" v-html="renderHtml" />
|
||||
<div :class="cx('prose prose-sm [&>*]:outline-none prose-p:my-1 prose-headings:my-2 prose-pre:mb-0', props?.class)" v-html="renderHtml" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user