Browse Source

Merge pull request #259357 in DEC/fineui from master to feature/x

* commit '3f635a4d694630ab7f515d9eab808792895df3c2':
  BI-137665 fix: popover和message高度改28
research/test
superman 5 months ago
parent
commit
f050d0bcf6
  1. 2
      packages/fineui/src/base/foundation/message.js
  2. 2
      packages/fineui/src/base/layer/layer.popover.js

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

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

2
packages/fineui/src/base/layer/layer.popover.js

@ -47,7 +47,7 @@ export class Popover extends Widget {
body: null,
footer: null,
footerHeight: 44,
footerButtonHeight: 24,
footerButtonHeight: 28,
closable: true, // BI-40839 是否显示右上角的关闭按钮
bodyHgap: SIZE_CONSANTS.H_GAP_SIZE,
bodyTgap: SIZE_CONSANTS.V_GAP_SIZE,

Loading…
Cancel
Save