From ee3dcc6aa7c1823ecb37a55d73b3161e91a00c3e Mon Sep 17 00:00:00 2001 From: tangly Date: Sun, 5 Dec 2021 14:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E9=A1=B6=E9=83=A8Sticky=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SearchInput.js | 4 ++-- components/StickyBar.js | 2 +- layouts/BaseLayout.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/SearchInput.js b/components/SearchInput.js index 85161e0c..94c162dc 100644 --- a/components/SearchInput.js +++ b/components/SearchInput.js @@ -37,12 +37,12 @@ const SearchInput = ({ currentTag, currentSearch }) => { setSearchKey(val) } - return
+ return
updateSearchKey(e.target.value)} defaultValue={currentSearch} diff --git a/components/StickyBar.js b/components/StickyBar.js index dcfee33a..dce840ff 100644 --- a/components/StickyBar.js +++ b/components/StickyBar.js @@ -8,7 +8,7 @@ const StickyBar = ({ children }) => { if (!children) return <> return ( -