feat: tabbar item font size

This commit is contained in:
luoxiao 2023-05-28 23:47:24 +08:00
parent 90c9856469
commit 25e3b81036

View file

@ -12,6 +12,6 @@
} }
.melt-tabbar-item__content { .melt-tabbar-item__content {
font-size: 14px; font-size: 12px;
line-height: 14px; line-height: 16px;
} }