Browse Source

fix: 需要加上最小高度

es6
iapyang 4 years ago
parent
commit
8aaf615c90
  1. 1
      src/base/layer/layer.popover.js

1
src/base/layer/layer.popover.js

@ -100,6 +100,7 @@ BI.Popover = BI.inherit(BI.Widget, {
},
css: {
"max-height": c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP - 2,
"min-height": size.height,
},
items: [{
el: o.body,

Loading…
Cancel
Save