Browse Source

BI-142512 fix: 年份控件切换成动态时间少了横线

master
chenzeyu 10 months ago
parent
commit
beeeec7ba5
  1. 1
      packages/fineui/src/widget/year/popup.year.js

1
packages/fineui/src/widget/year/popup.year.js

@ -150,6 +150,7 @@ export class DynamicYearPopup extends Widget {
}, },
tab: { tab: {
type: LinearSegment.xtype, type: LinearSegment.xtype,
cls: "bi-split-bottom",
invisible: !o.supportDynamic, invisible: !o.supportDynamic,
height: this.constants.tabHeight, height: this.constants.tabHeight,
items: createItems( items: createItems(

Loading…
Cancel
Save