From bca507029cd121f189ae652595b85d82d53da921 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 15 Oct 2021 15:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=B1=89=E8=8F=9C=E5=8D=95=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Drawer.js | 8 ++++---- components/DrawerRight.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Drawer.js b/components/Drawer.js index b060de6a..208ad2a3 100644 --- a/components/Drawer.js +++ b/components/Drawer.js @@ -24,8 +24,8 @@ const Drawer = ({ post, currentTag, cRef, tags }) => { const handleMenuClick = () => { switchShowDrawer(!showDrawer) } - return
-
+ return <> +
{/* LOGO */} @@ -67,8 +67,8 @@ const Drawer = ({ post, currentTag, cRef, tags }) => {
{/* 背景蒙版 */} -
-
+ } export default Drawer diff --git a/components/DrawerRight.js b/components/DrawerRight.js index dcab61d2..a2450cc3 100644 --- a/components/DrawerRight.js +++ b/components/DrawerRight.js @@ -21,7 +21,7 @@ const DrawerRight = ({ post, cRef }) => { } return
-
+
{/* LOGO */} @@ -44,7 +44,7 @@ const DrawerRight = ({ post, cRef }) => {
{/* 背景蒙版 */} -
}