feat: a pin component
This commit is contained in:
@@ -48,7 +48,7 @@ export const Article: Component<ArticleProps> = (props) => {
|
||||
<div class="text-red-500">加载失败:{content.error?.message}</div>
|
||||
</Show>
|
||||
<Show when={!content.loading && !content.error && content()}>
|
||||
<div innerHTML={parseMarkdown(content()!)} />
|
||||
<div class="relative" innerHTML={parseMarkdown(content()!)} />
|
||||
</Show>
|
||||
</article>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user