Browse Source

refactor: 修改代码

es6
iapyang 4 years ago
parent
commit
83bb10b203
  1. 2
      src/base/layer/layer.popover.js

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

@ -99,7 +99,7 @@ BI.Popover = BI.inherit(BI.Widget, {
self.body = this;
},
css: {
"max-height": this._constant.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP - 2,
"max-height": c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP - 2,
},
items: [{
el: o.body,

Loading…
Cancel
Save