@xuda.io/runtime-bundle 1.0.869 → 1.0.870
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27878,7 +27878,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27878
27878
|
// $elm.children().css('height', height);
|
|
27879
27879
|
|
|
27880
27880
|
$.each($elm.children(), function (key, elm) {
|
|
27881
|
-
if (!$(elm).
|
|
27881
|
+
if (!$(elm)[0].style.height && !$(elm).children()) {
|
|
27882
27882
|
$(elm).css('height', height).addClass('viewport_height');
|
|
27883
27883
|
$(elm).data().xuData.viewport_height = $div.height();
|
|
27884
27884
|
}
|