diff --git a/themes/hexo/LayoutSlug.js b/themes/hexo/LayoutSlug.js index 02642635..7851f153 100644 --- a/themes/hexo/LayoutSlug.js +++ b/themes/hexo/LayoutSlug.js @@ -52,7 +52,7 @@ export const LayoutSlug = props => { showTag={false} floatSlot={floatSlot} > -
+
diff --git a/themes/hexo/components/Card.js b/themes/hexo/components/Card.js index 013301be..288b826f 100644 --- a/themes/hexo/components/Card.js +++ b/themes/hexo/components/Card.js @@ -1,7 +1,7 @@ const Card = ({ children, headerSlot, className }) => { return
<>{headerSlot} -
+
{children}