From 84e4deecd6227afe0137aae6e359479b74900c63 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Thu, 4 Jan 2024 09:01:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BB=93=E5=BA=93logo?= =?UTF-8?q?=E5=9C=A8=E5=B0=8F=E5=B1=8F=E9=94=99=E4=BD=8D=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/layout/AppHeader.vue | 46 +++++++++++++--------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/Yi.Bbs.Vue3/src/layout/AppHeader.vue b/Yi.Bbs.Vue3/src/layout/AppHeader.vue index cb993f01..fc5f63c9 100644 --- a/Yi.Bbs.Vue3/src/layout/AppHeader.vue +++ b/Yi.Bbs.Vue3/src/layout/AppHeader.vue @@ -63,16 +63,16 @@ - -
- - - -
-
- - - +
+ + + +
+
+ + + +
@@ -155,23 +155,19 @@ const handleGithubClick = () => { display: flex; align-items: center; } -} -.gitee, -.github { - cursor: pointer; - width: 25px; - height: 25px; - position: fixed; - right: 150px; - margin-left: 10px; - img { - width: 100%; - height: 100%; + .gitee, + .github { + cursor: pointer; + width: 25px; + height: 25px; + margin-left: 15px; + img { + width: 100%; + height: 100%; + } } } -.github { - right: 100px; -} + .logo { cursor: pointer; display: flex;