From f86a439915784c54114364a6589f3cb1df0977f7 Mon Sep 17 00:00:00 2001 From: iapyang Date: Mon, 24 Aug 2020 17:29:45 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/layer/layer.popover.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/base/layer/layer.popover.js b/src/base/layer/layer.popover.js index 88267698b..784062447 100644 --- a/src/base/layer/layer.popover.js +++ b/src/base/layer/layer.popover.js @@ -16,13 +16,14 @@ BI.Popover = BI.inherit(BI.Widget, { baseCls: "bi-popover bi-card bi-border-radius", size: "normal", // small, normal, big logic: { - dynamic: false, + dynamic: false }, header: null, + headerHeight: 40, body: null, footer: null, + footerHeight: 44, closable: true, // BI-40839 是否显示右上角的关闭按钮 - headerHeight: 40, }, render: function () {