From 64843af1b945c09e594b5ccef469ac230b3a285f Mon Sep 17 00:00:00 2001 From: nmwei <254060001@qq.com> Date: Fri, 26 Jan 2024 16:16:48 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-113703=20FineOne=20=E6=96=B0=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97-FR.Msg.Alert()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fineui/src/base/foundation/message.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/fineui/src/base/foundation/message.js b/packages/fineui/src/base/foundation/message.js index 81ec43818..5eb3e9d69 100644 --- a/packages/fineui/src/base/foundation/message.js +++ b/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,