Browse Source

refactor: 修改

es6
iapyang 4 years ago
parent
commit
f86a439915
  1. 5
      src/base/layer/layer.popover.js

5
src/base/layer/layer.popover.js

@ -16,13 +16,14 @@ BI.Popover = BI.inherit(BI.Widget, {
baseCls: "bi-popover bi-card bi-border-radius", baseCls: "bi-popover bi-card bi-border-radius",
size: "normal", // small, normal, big size: "normal", // small, normal, big
logic: { logic: {
dynamic: false, dynamic: false
}, },
header: null, header: null,
headerHeight: 40,
body: null, body: null,
footer: null, footer: null,
footerHeight: 44,
closable: true, // BI-40839 是否显示右上角的关闭按钮 closable: true, // BI-40839 是否显示右上角的关闭按钮
headerHeight: 40,
}, },
render: function () { render: function () {

Loading…
Cancel
Save