|
|
@ -18,7 +18,8 @@ |
|
|
|
label: "", |
|
|
|
label: "", |
|
|
|
el: {} |
|
|
|
el: {} |
|
|
|
}], |
|
|
|
}], |
|
|
|
labelWidth: "" |
|
|
|
labelWidth: "", |
|
|
|
|
|
|
|
headerCls: false, // 左侧文字样式
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
render: function () { |
|
|
|
render: function () { |
|
|
@ -44,6 +45,7 @@ |
|
|
|
height: item.el.height || 28, |
|
|
|
height: item.el.height || 28, |
|
|
|
labelAlign: o.labelAlign, |
|
|
|
labelAlign: o.labelAlign, |
|
|
|
labelWidth: o.labelWidth, |
|
|
|
labelWidth: o.labelWidth, |
|
|
|
|
|
|
|
headerCls: o.headerCls, |
|
|
|
el: item.el, |
|
|
|
el: item.el, |
|
|
|
label: item.label, |
|
|
|
label: item.label, |
|
|
|
tip: item.tip, |
|
|
|
tip: item.tip, |
|
|
|