Browse Source

Merge pull request #7525 in DEC/decision-webui-dcm from bugfix/11.0 to feature/x

* commit 'fb195ea56029d97b72e7386f3585a6281f78d03b':
  REPORT-94752【视觉验收】数据连接 fix: 视觉修复
feature/x
superman 2 years ago
parent
commit
cccca5a428
  1. 9
      src/modules/app.ts
  2. 2
      src/modules/title/title.ts

9
src/modules/app.ts

@ -38,7 +38,6 @@ export class App extends BI.Widget {
{ {
el: { el: {
type: Title.xtype, type: Title.xtype,
cls: 'bi-border-bottom',
listeners: [{ listeners: [{
eventName: 'EVENT_CLICK_SETTING', eventName: 'EVENT_CLICK_SETTING',
action:() => { action:() => {
@ -82,10 +81,10 @@ export class App extends BI.Widget {
} }
}, },
}, },
left: 10, left: 0,
top: 10, top: 0,
right: 10, right: 0,
bottom: 10, bottom: 0,
}], }],
}, },
], ],

2
src/modules/title/title.ts

@ -11,7 +11,7 @@ export class Title extends BI.Widget {
static xtype = 'dec.dcm.title'; static xtype = 'dec.dcm.title';
props = { props = {
baseCls: 'bi-card', baseCls: '',
} }
tab: Tab; tab: Tab;
linearSegment: LinearSegment; linearSegment: LinearSegment;

Loading…
Cancel
Save