Browse Source

无JIRA任务 form不传label时展示内容

research/test
Kobi 11 months ago
parent
commit
7499ae38e7
  1. 2
      packages/fineui/src/component/form/form.field.js

2
packages/fineui/src/component/form/form.field.js

@ -69,7 +69,7 @@ export class FormField extends Widget {
return {
type: VerticalAdaptLayout.xtype,
columnSize: ["auto", "fill"],
columnSize: isKey(o.label) ? ["auto", "fill"] : ["fill"],
verticalAlign: VerticalAlign.Stretch,
items: isKey(o.label)
? [

Loading…
Cancel
Save