@xuda.io/runtime-bundle 1.0.856 → 1.0.857
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.
|
@@ -31175,14 +31175,14 @@ func.UI.screen.init = async function (SESSION_ID, prog_id, sourceScreenP, callin
|
|
|
31175
31175
|
// $div.css(height, $div.parent().data().xuData.viewport_elm_height);
|
|
31176
31176
|
// }
|
|
31177
31177
|
|
|
31178
|
-
|
|
31178
|
+
for (const [parent_elm_xu_ui_id, val] of Object.entries(UI_WORKER_OBJ.viewport_info)) {
|
|
31179
|
+
val.$elm.children().css(innerHeight, val.height);
|
|
31180
|
+
}
|
|
31179
31181
|
|
|
31182
|
+
// for (const item of UI_WORKER_OBJ.viewport_info) {
|
|
31183
|
+
// item.children().css(innerHeight, item.height);
|
|
31180
31184
|
// }
|
|
31181
31185
|
|
|
31182
|
-
for (const item of UI_WORKER_OBJ.viewport_info) {
|
|
31183
|
-
item.children().css(innerHeight, item.height);
|
|
31184
|
-
}
|
|
31185
|
-
|
|
31186
31186
|
func.UI.utils.indicator.screen.normal();
|
|
31187
31187
|
|
|
31188
31188
|
let ret_screen_loading = await func.UI.screen.screen_loading_done(SESSION_ID, params, ret_render_$container, jobNoP);
|