Browse Source

BI-128046 style: 弹窗按钮样式

es6
Kobi 1 year ago
parent
commit
3b4ffbbe45
  1. 2
      packages/fineui/src/base/foundation/message.js

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

@ -121,7 +121,7 @@ export const Msg = (() => {
el: { el: {
type: "bi.button", type: "bi.button",
text: i18nText("BI-Basic_Cancel"), text: i18nText("BI-Basic_Cancel"),
level: "ignore", light: true,
handler () { handler () {
close(); close();
if (isFunction(callback)) { if (isFunction(callback)) {

Loading…
Cancel
Save