cloud-business 0.1.120-5 → 0.1.120-6

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.
@@ -3962,7 +3962,7 @@ body {
3962
3962
  display: none;
3963
3963
  }
3964
3964
  .grid-area-new {
3965
- height: calc(100% - 136px - 18px);
3965
+ height: calc(100% - 180px - 18px);
3966
3966
  background: #FFFFFF;
3967
3967
  }
3968
3968
  .grid-area-new .newCloud-tabs {
package/cloud-business.js CHANGED
@@ -146589,7 +146589,7 @@
146589
146589
  }
146590
146590
  // 检验当前运行环境
146591
146591
  if (typeof window === 'undefined') {
146592
- console.warn('cloud-business@0.1.120-5 仅支持在浏览器环境进行使用!');
146592
+ console.warn('cloud-business@0.1.120-6 仅支持在浏览器环境进行使用!');
146593
146593
  }
146594
146594
  var bodys = document.getElementsByTagName('body')[0];
146595
146595
  var colors = [1, 2, 3, 4, 5, 6, 7];
@@ -146599,7 +146599,7 @@
146599
146599
  bodys.style.setProperty("--shuyunBlue".concat(i$2 + 1), color);
146600
146600
  }
146601
146601
  }
146602
- var version = '0.1.120-5';
146602
+ var version = '0.1.120-6';
146603
146603
 
146604
146604
  exports.AreaSelector = AreaSelector;
146605
146605
  exports.AreaSelectorNew = AreaSelector$1;