Browse Source

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

release/11.0
Kevin.King 2 years ago
parent
commit
5dd6a58ef9
  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