Browse Source

Pull request #6308: BI-116671 fix:数据连接管理-新建数据连接界面在IE浏览器下有问题,最右侧取消和保存部分不显示

Merge in DEC/decision-webui-dcm from ~KEVIN.KING/decision-webui-dcm:release/11.0 to release/11.0

* commit '5dd6a58ef965f17c352ef05356fe7d350aa48cd1':
  BI-116671 fix:数据连接管理-新建数据连接界面在IE浏览器下有问题,最右侧取消和保存部分不显示
release/11.0
Kevin.King-王凯壮 2 years ago
parent
commit
fa4f5ae6a4
  1. 1
      src/modules/title/title.ts

1
src/modules/title/title.ts

@ -78,6 +78,7 @@ export class Title extends BI.Widget {
type: BI.Tab.xtype, type: BI.Tab.xtype,
height: 40, height: 40,
showIndex: this.model.pageIndex, showIndex: this.model.pageIndex,
width:200,
ref: (_ref: Tab) => { ref: (_ref: Tab) => {
this.tab = _ref; this.tab = _ref;
}, },

Loading…
Cancel
Save