Browse Source

Merge pull request #243459 in DEC/fineui from master to feature/x

* commit 'fde1c7c282b9e7c06d35270de84701fa2b687e42':
  无jira任务 优化height
research/test
superman 11 months ago
parent
commit
6c2d8e9ba3
  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