We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
反馈问题请先查看文档和务必提供详细的复现代码,遵循如下格式,描述不清楚的问题将会直接关闭。
vue3、element-plus
"inline": true 模式下 "labelPosition": "right",不生效
{ "schema": { "type": "object", "required": [], "properties": { "object_1636439193924x0": { "title": "Object", "type": "object", "required": [], "properties": { "string_1636438706925x0": { "title": "输入框", "type": "string", "ui:options": { "placeholder": "请输入" } }, "string_1636440726562x0": { "title": "输入框", "type": "string", "ui:options": { "placeholder": "请输入" } } }, "ui:order": [ "string_1636438706925x0", "string_1636440726562x0" ] } }, "ui:order": [ "object_1636439193924x0" ] }, "uiSchema": {}, "formFooter": {}, "formProps": { "inline": true, "inlineFooter": true, "labelPosition": "right", "labelWidth": "100px", "labelSuffix": ":" } }
label正常显示在左边,而不是上面
The text was updated successfully, but these errors were encountered:
65a7143
No branches or pull requests
反馈问题请先查看文档和务必提供详细的复现代码,遵循如下格式,描述不清楚的问题将会直接关闭。
vue和ui框架
vue3、element-plus
问题描述
"inline": true 模式下 "labelPosition": "right",不生效
如何复现
期望的结果
label正常显示在左边,而不是上面
The text was updated successfully, but these errors were encountered: