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