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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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