From c5c1ca4a6b7af1dbe955187b945c26f4a96de8f3 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Tue, 12 Aug 2025 00:27:23 +0800 Subject: [PATCH] fix height --- styles/public/menu.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/public/menu.ts b/styles/public/menu.ts index 8565b58..1ccae11 100644 --- a/styles/public/menu.ts +++ b/styles/public/menu.ts @@ -222,13 +222,16 @@ export const paginationMenu = css` } } &.navigation { - height: 16px; &:not(.disabled) { span, svg { color: ${themeVars.color.primary.self}; } } + // 对齐文字 + svg { + margin-top: 2px; + } } } }