style(analytics): 为 MarkdownPreviewer 添加底部间距类名
This commit is contained in:
parent
f47ff98160
commit
56c8c3db9a
@ -91,6 +91,7 @@ const loading = ref(true);
|
||||
|
||||
<Spin :spinning="loading">
|
||||
<MarkdownPreviewer
|
||||
class="mb-4"
|
||||
v-model:value="md"
|
||||
@mounted="() => (loading = false)"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user