Browse Source

Pull request #3627: 无jira任务 优化height

Merge in VISUAL/fineui from ~IMP/fineui_fui:master to master

* commit '0727f7040dfa9946678a1f8ba273a3436ab361bd':
  无jira任务 优化height
research/test
imp-张健 10 months ago
parent
commit
fde1c7c282
  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