[new feature] Field: add error-message-align prop (#3016)

This commit is contained in:
Super
2019-03-20 20:21:15 +08:00
committed by neverland
parent cc997be877
commit 2d6269fba8
4 changed files with 11 additions and 1 deletions
+7
View File
@@ -98,6 +98,13 @@
color: @red;
font-size: 12px;
text-align: left;
&--center {
text-align: center;
}
&--right {
text-align: right;
}
}
&--disabled {