mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
style(NoticeBar): improve text size adjust (#6177)
This commit is contained in:
parent
0a3cafcedb
commit
79d50eaf43
@ -24,8 +24,10 @@
|
|||||||
|
|
||||||
&__wrap {
|
&__wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: @notice-bar-line-height;
|
align-items: center;
|
||||||
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user