From c3fbae9775dfff679efc2bebf2de976f0b0d8f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= <3311118881@qq.com> Date: Tue, 8 Oct 2024 12:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/article/components/Comment/Component/List/index.scss | 4 ++-- src/components/Footer/index.tsx | 2 +- src/components/Header/component/SidebarNav/index.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/article/components/Comment/Component/List/index.scss b/src/app/article/components/Comment/Component/List/index.scss index 960e181..4f0beb0 100644 --- a/src/app/article/components/Comment/Component/List/index.scss +++ b/src/app/article/components/Comment/Component/List/index.scss @@ -39,14 +39,14 @@ border-radius: $round; .reply { - right: 1%; + right: 2%; } } // 回复按钮布局 .reply { position: absolute; - right: -11%; + right: -15%; padding: 5px 10px; font-size: 20px; cursor: pointer; diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 4ebe08e..dfb1683 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -6,7 +6,7 @@ export default () => { <>
作者头像 -

一直对网站开发领域很感兴趣,从小就希望有一个属于自己的网站,在17年时候成功进入站长圈,并通过各种自学,以及各种折腾,才有了你现在看到的这个网站

+

一直对网站开发领域很感兴趣,从小就希望有一个属于自己的网站,在17年时候成功进入站长圈,并通过各种自学,以及各种折腾,才有了你现在看到的这个网站

) diff --git a/src/components/Header/component/SidebarNav/index.tsx b/src/components/Header/component/SidebarNav/index.tsx index 6a5a88a..28c366d 100644 --- a/src/components/Header/component/SidebarNav/index.tsx +++ b/src/components/Header/component/SidebarNav/index.tsx @@ -13,7 +13,7 @@ export default ({ list, open, onClose }: Props) => { return ( <>
-
+
    {list.map(one => (
  • @@ -48,7 +48,7 @@ export default ({ list, open, onClose }: Props) => {
-
+
)