feat(NavBar): fix icon and text dislocation (#2633)

This commit is contained in:
Lindy 2020-01-03 11:42:31 +08:00 committed by rex
parent 8a89cbae34
commit 773d733283

View File

@ -51,6 +51,8 @@
&__right {
position: absolute;
bottom: 0;
display: flex;
align-items: center;
.theme(font-size, '@font-size-md');
}