From 7ba62d0c82805c4d997a099c8eebfadb0e44a1e1 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 18 Mar 2022 14:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B4=E5=BD=B1=E5=A4=A7=E5=B0=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/LayoutSlug.js | 2 +- themes/hexo/components/Card.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}