fix height

This commit is contained in:
lutinglt
2025-08-12 00:27:23 +08:00
parent 6bbc304a7c
commit c5c1ca4a6b

View File

@@ -222,13 +222,16 @@ export const paginationMenu = css`
} }
} }
&.navigation { &.navigation {
height: 16px;
&:not(.disabled) { &:not(.disabled) {
span, span,
svg { svg {
color: ${themeVars.color.primary.self}; color: ${themeVars.color.primary.self};
} }
} }
// 对齐文字
svg {
margin-top: 2px;
}
} }
} }
} }