mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
style(Field): default label align should be left (#6459)
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
flex: none;
|
flex: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: @field-label-width;
|
width: @field-label-width;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user