Browse Source

无jira任务 间距

research/test
jian 1 year ago
parent
commit
cfd05b9097
  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 { return {
type: Combo.xtype, type: Combo.xtype,
height: toPix(o.height, 2), height: toPix(o.height, o.simple ? 1 : 2),
width: toPix(o.width, 2), width: toPix(o.width, o.simple ? 0 : 2),
ref: ref => (this.combo = ref), ref: ref => (this.combo = ref),
container: o.container, container: o.container,
direction: o.direction, direction: o.direction,

Loading…
Cancel
Save