mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Rate): incorrect height caused by inline-block (#4693)
This commit is contained in:
parent
9f523682e0
commit
02a9171453
@ -1,12 +1,11 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-rate {
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
user-select: none;
|
||||
|
||||
&__item {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
&:not(:last-child) {
|
||||
padding-right: @rate-icon-gutter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user