From cdc6946e413562f0e528e9b1e95b1cf79050dd91 Mon Sep 17 00:00:00 2001 From: tangly Date: Sun, 7 Nov 2021 09:22:17 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=20=E8=BF=9B=E5=BA=A6=E6=9D=A1?= =?UTF-8?q?=E5=9C=86=E8=A7=92=E6=A0=B7=E5=BC=8F=EF=BC=9B=20=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E8=8F=9C=E5=8D=95=E4=B8=8E=E7=9B=AE=E5=BD=95=E7=95=99?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Progress.js | 2 +- components/SideBar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Progress.js b/components/Progress.js index f6899eb8..0914ef5c 100644 --- a/components/Progress.js +++ b/components/Progress.js @@ -25,7 +25,7 @@ const Progress = ({ targetRef }) => { }, [percent]) return (
-
+
) } diff --git a/components/SideBar.js b/components/SideBar.js index ba20e64b..0b203c31 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -26,7 +26,7 @@ const SideBar = ({ tags, currentTag, post, posts, categories, currentCategory }) -
+
{/* 搜索框 */}