chore(mobile): adjust tab height (#8409)

This commit is contained in:
CatsJuice 2024-10-08 05:01:12 +00:00
parent e61ed98ac3
commit 2569717e9b
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4

View File

@ -20,7 +20,7 @@ export const appTabsInner = style({
gap: 15.5,
height: `calc(${globalVars.appTabHeight} + 2px)`,
padding: 16,
padding: '13px 16px',
});
export const tabItem = style({
display: 'flex',