style(Field): default label align should be left (#6459)

This commit is contained in:
neverland
2020-06-04 15:10:25 +08:00
committed by GitHub
parent e74592f26a
commit 472c4f35ae

View File

@@ -5,6 +5,7 @@
flex: none;
box-sizing: border-box;
width: @field-label-width;
text-align: left;
&--center {
text-align: center;