|
|
@ -123,7 +123,7 @@ export const Msg = { |
|
|
|
|
|
|
|
|
|
|
|
function _show(hasCancel, title, message, callback, config = {}) { |
|
|
|
function _show(hasCancel, title, message, callback, config = {}) { |
|
|
|
config = { |
|
|
|
config = { |
|
|
|
buttonHeight: 24, |
|
|
|
buttonHeight: 28, |
|
|
|
cancelText: i18nText("BI-Basic_Cancel"), |
|
|
|
cancelText: i18nText("BI-Basic_Cancel"), |
|
|
|
sureText: i18nText("BI-Basic_OK"), |
|
|
|
sureText: i18nText("BI-Basic_OK"), |
|
|
|
level: AlertLevel.WARNING, |
|
|
|
level: AlertLevel.WARNING, |
|
|
|