mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-01 23:12:10 +08:00
feat(design, tdesign-vue-next-adapter): formItem新增labelAlign prop
This commit is contained in:
parent
310aa47c1d
commit
0ecc116652
@ -184,6 +184,7 @@ export interface FormItemProps {
|
||||
labelWidth?: string | number;
|
||||
rules?: any;
|
||||
extra?: string;
|
||||
labelPosition?: string;
|
||||
}
|
||||
|
||||
export interface InputProps {
|
||||
|
||||
@ -349,6 +349,7 @@ const adapter: any = {
|
||||
name: props.prop,
|
||||
rules: props.rules,
|
||||
help: props.extra,
|
||||
labelAlign: props.labelPosition,
|
||||
}),
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user