mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Field): improve label right padding
This commit is contained in:
parent
f1e25123a3
commit
2d64458776
@ -3,6 +3,7 @@
|
||||
.van-field {
|
||||
&__label {
|
||||
flex: none;
|
||||
box-sizing: border-box;
|
||||
width: @field-label-width;
|
||||
|
||||
&--center {
|
||||
@ -10,6 +11,7 @@
|
||||
}
|
||||
|
||||
&--right {
|
||||
padding-right: @padding-md;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user