Browse Source

Pull request #259591: REPORT-113703 FineOne 新前端样式统一 弹窗-FR.Msg.Alert()

Merge in DEC/fineui from ~DREW/fineui:feature/x to feature/x

* commit '64843af1b945c09e594b5ccef469ac230b3a285f':
  REPORT-113703 FineOne 新前端样式统一 弹窗-FR.Msg.Alert()
research/test
drew-倪梦威 5 months ago
parent
commit
47afc547fb
  1. 3
      packages/fineui/src/base/foundation/message.js

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

@ -201,6 +201,9 @@ function _show(hasCancel, title, message, callback, config = {}) {
type: VerticalLayout.xtype,
cls: "bi-card bi-border-radius",
width: 450,
css: {
'max-height': '100%'
},
hgap: 32,
attributes: {
tabIndex: 1,

Loading…
Cancel
Save