Browse Source

Pull request #243455: 无jira任务 间距

Merge in DEC/fineui from ~IMP/dec-fineui:release/11.0 to release/11.0

* commit 'cfd05b9097853f3c0f9a35beb6da2cf991c40469':
  无jira任务 间距
research/test
imp-张健 1 year ago
parent
commit
15977bda40
  1. 4
      packages/fineui/src/case/combo/textvaluecombo/combo.textvalue.js

4
packages/fineui/src/case/combo/textvaluecombo/combo.textvalue.js

@ -144,8 +144,8 @@ export class TextValueCombo extends Widget {
return {
type: Combo.xtype,
height: toPix(o.height, 2),
width: toPix(o.width, 2),
height: toPix(o.height, o.simple ? 1 : 2),
width: toPix(o.width, o.simple ? 0 : 2),
ref: ref => (this.combo = ref),
container: o.container,
direction: o.direction,

Loading…
Cancel
Save