mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(Rate): should enable flex wrap (#9192)
This commit is contained in:
parent
01c3c3619d
commit
d3828f6ed5
@ -12,6 +12,7 @@
|
||||
display: inline-flex;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
flex-wrap: wrap;
|
||||
|
||||
&__item {
|
||||
position: relative;
|
||||
|
Loading…
x
Reference in New Issue
Block a user