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 }) -
+
{/* 搜索框 */}