Browse Source

Pull request #7517: REPORT-94752【视觉验收】数据连接

Merge in DEC/decision-webui-dcm from ~CRAWFORD.ZHOU/decision-webui-dcm:release/11.0 to release/11.0

* commit '60c5ecf23e108c779e01515e46788533d52adcfc':
  REPORT-94752【视觉验收】数据连接 fix: 视觉修复
release/11.0
Crawford.Zhou-周旭 2 years ago
parent
commit
37ac0a6ad1
  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: {
type: Title.xtype,
cls: 'bi-border-bottom',
listeners: [{
eventName: 'EVENT_CLICK_SETTING',
action:() => {
@ -82,10 +81,10 @@ export class App extends BI.Widget {
}
},
},
left: 10,
top: 10,
right: 10,
bottom: 10,
left: 0,
top: 0,
right: 0,
bottom: 0,
}],
},
],

2
src/modules/title/title.ts

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

Loading…
Cancel
Save