diff --git a/src/components/Header.astro b/src/components/Header.astro index 4649a4e..6e4e523 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -187,36 +187,12 @@ const hasActiveNavItem = activeItem || activeGroupId || activeSubItem ? true : f aria-label="打开菜单" > 打开菜单 - - + +
+ + + +
@@ -272,16 +248,18 @@ const hasActiveNavItem = activeItem || activeGroupId || activeSubItem ? true : f data-mobile-menu-toggle={item.id} > {item.text} - - - +
+ + + +
-