|
|
@ -239,13 +239,15 @@ function _show(hasCancel, title, message, callback, config = {}) { |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label.xtype, |
|
|
|
el: { |
|
|
|
css: { "font-size": 16 }, |
|
|
|
type: Label.xtype, |
|
|
|
cls: 'bi-font-bold', // 16px
|
|
|
|
css: {"font-size": 16}, |
|
|
|
textAlign: 'left', |
|
|
|
cls: 'bi-font-bold', // 16px
|
|
|
|
|
|
|
|
textAlign: 'left', |
|
|
|
|
|
|
|
text: title || i18nText('BI-Basic_Prompt'), |
|
|
|
|
|
|
|
lgap: 16, |
|
|
|
|
|
|
|
}, |
|
|
|
width: 'fill', |
|
|
|
width: 'fill', |
|
|
|
text: title || i18nText('BI-Basic_Prompt'), |
|
|
|
|
|
|
|
lgap: 16, |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|