Browse Source

无jira任务 优化布局

research/test
imp 10 months ago
parent
commit
9ccd890ed5
  1. 4
      packages/fineui/src/base/foundation/message.js

4
packages/fineui/src/base/foundation/message.js

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

Loading…
Cancel
Save