From fefd26cb8337cea976680f4997571dd694fdc5e8 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 26 Sep 2018 11:59:20 +0800 Subject: [PATCH] sync --- Roo/bootstrap/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index ebfd0bfa78..d3ca8e7349 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -278,7 +278,7 @@ Roo.extend(Roo.bootstrap.Modal, Roo.bootstrap.Component, { } var body_childs = this.bodyEl.dom.childNodes; - var full_height = this.headerEl.getHeight() + this.footerEl.getHeight(); + var full_height = this.headerEl.getHeight() + this.footerEl.getHeight() + 60; for(var i = 0; i < body_childs.length; i++) { full_height += body_childs[i].offsetHeight; } -- 2.39.2