feat(Form): add label-width prop
This commit is contained in:
@@ -4,6 +4,7 @@ const [createComponent, bem] = createNamespace('form');
|
||||
|
||||
export default createComponent({
|
||||
props: {
|
||||
labelWidth: [Number, String],
|
||||
labelAlign: String,
|
||||
inputAlign: String,
|
||||
validateFirst: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user