From 88e8523c9df915adfe56bd48eb39db8d422fe16e Mon Sep 17 00:00:00 2001 From: huanglinhuan Date: Mon, 8 Dec 2025 13:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A1=B5=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Navbar.css | 8 +++++--- src/components/Navbar.js | 8 +++++++- src/pages/Home.js | 6 +++--- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar.css b/src/components/Navbar.css index 3ca6e96..3552b6f 100755 --- a/src/components/Navbar.css +++ b/src/components/Navbar.css @@ -17,9 +17,12 @@ .logo { margin-right: 16px; - color: #1890ff; text-decoration: none; - font-weight: 600; +} + +.logo-img { + height: 28px; + display: block; } .navbar-left { @@ -87,4 +90,3 @@ .username { color: #666; } - diff --git a/src/components/Navbar.js b/src/components/Navbar.js index a09afe0..c53a81f 100755 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -31,7 +31,13 @@ const Navbar = () => {