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) => {
-
+
)