@xuda.io/runtime-bundle 1.0.1114 → 1.0.1116

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.
package/css/mobile.css CHANGED
@@ -1059,5 +1059,5 @@ xu-nav {
1059
1059
  margin: 18px auto;
1060
1060
  }
1061
1061
  .display_none {
1062
- display: none;
1062
+ display: none !important;
1063
1063
  }
@@ -33339,10 +33339,6 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
33339
33339
 
33340
33340
  var $div;
33341
33341
 
33342
- if (is_placeholder) {
33343
- $div.addClass('display_none');
33344
- }
33345
-
33346
33342
  if (div === 'svg') {
33347
33343
  const draw_svg = function (element) {
33348
33344
  const get_tag_str = function (element, prop, val) {
@@ -33439,6 +33435,9 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
33439
33435
  },
33440
33436
  xuAttributes: {},
33441
33437
  });
33438
+ if (is_placeholder) {
33439
+ $div.addClass('display_none');
33440
+ }
33442
33441
 
33443
33442
  if (div_typeP !== 'svg') {
33444
33443
  $div.appendTo($appendTo);