Browse Source

Merge pull request #6325 in DEC/decision-webui-dcm from release/11.0 to bugfix/11.0

* commit 'fa4f5ae6a43d576c401840bde2691a9f895b18f7':
  BI-116671 fix:数据连接管理-新建数据连接界面在IE浏览器下有问题,最右侧取消和保存部分不显示
bugfix/11.0
superman 2 years ago
parent
commit
70432ba725
  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,
height: 40,
showIndex: this.model.pageIndex,
width:200,
ref: (_ref: Tab) => {
this.tab = _ref;
},

Loading…
Cancel
Save