From 11f5e7eeb4fbf08b0248c5f8df179b188c4a3f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Sat, 20 Dec 2025 11:49:14 +0800 Subject: [PATCH] =?UTF-8?q?style(App):=20=E8=B0=83=E6=95=B4=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在导航栏容器中增加底部边距5px --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index 9187feb..c41f43c 100644 --- a/src/App.css +++ b/src/App.css @@ -13,6 +13,7 @@ display: flex; align-items: center; padding: 0 16px; + margin-bottom: 5px; } .nav-list {