feat(Form): add label-width prop

This commit is contained in:
陈嘉涵
2020-02-13 16:28:58 +08:00
parent 7a9d1d7ab6
commit 55fa975141
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ const [createComponent, bem] = createNamespace('form');
export default createComponent({
props: {
labelWidth: [Number, String],
labelAlign: String,
inputAlign: String,
validateFirst: Boolean,