From a342033d8ba5c965ad99cb35f9ca2d58e2d57482 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 11 Jan 2022 16:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/JumpToTopButton.js | 2 +- layouts/BaseLayout.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/JumpToTopButton.js b/components/JumpToTopButton.js index 0a4e28ee..c95c3111 100644 --- a/components/JumpToTopButton.js +++ b/components/JumpToTopButton.js @@ -21,7 +21,7 @@ const JumpToTopButton = ({ showPercent = true, percent }) => {
- {showPercent && (
{percent}%
)} + {showPercent && (
{percent}%
)} ) } diff --git a/layouts/BaseLayout.js b/layouts/BaseLayout.js index c7218e86..d4b5b572 100644 --- a/layouts/BaseLayout.js +++ b/layouts/BaseLayout.js @@ -96,8 +96,8 @@ const BaseLayout = ({ -
-
+
+