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 {
|
.van-field {
|
||||||
&__label {
|
&__label {
|
||||||
flex: none;
|
flex: none;
|
||||||
|
box-sizing: border-box;
|
||||||
width: @field-label-width;
|
width: @field-label-width;
|
||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
@ -10,6 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--right {
|
&--right {
|
||||||
|
padding-right: @padding-md;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user