mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-29 00:33:25 +08:00
style(analytics): 为 MarkdownPreviewer 添加底部间距类名
This commit is contained in:
@@ -91,6 +91,7 @@ const loading = ref(true);
|
|||||||
|
|
||||||
<Spin :spinning="loading">
|
<Spin :spinning="loading">
|
||||||
<MarkdownPreviewer
|
<MarkdownPreviewer
|
||||||
|
class="mb-4"
|
||||||
v-model:value="md"
|
v-model:value="md"
|
||||||
@mounted="() => (loading = false)"
|
@mounted="() => (loading = false)"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user