|
|
@ -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, |
|
|
|
}], |
|
|
|
}], |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|