From 296c8c9fd7fda0e190ef500239d1fe884e132645 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Sep 2020 13:42:19 +0800 Subject: [PATCH] Roo/bootstrap/Card.js --- Roo/bootstrap/Card.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Roo/bootstrap/Card.js b/Roo/bootstrap/Card.js index e89466073a..d14d9b6a89 100644 --- a/Roo/bootstrap/Card.js +++ b/Roo/bootstrap/Card.js @@ -220,5 +220,15 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { }, + getChildContainer : function() { + + if(!this.el){ + return false; + } + + + return this.el.select('.roo-card-body-ctr',true).first(); + + }, } \ No newline at end of file -- 2.39.2