hrsass-components 2.1.5 → 2.1.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.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "2.1.5";
68
+ var version = "2.1.6";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -7621,7 +7621,9 @@ var HrTableBase = {
7621
7621
  if (height) {
7622
7622
  scroll.y = height;
7623
7623
  }
7624
- return scroll;
7624
+ return {
7625
+ x: true
7626
+ };
7625
7627
  },
7626
7628
  _renderTableBase: function _renderTableBase(locale) {
7627
7629
  var _this11 = this;