fantasy-ngzorro 1.0.23 → 1.0.24

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.
@@ -2371,7 +2371,7 @@
2371
2371
  */
2372
2372
  var HdCurrentTableComponent = /** @class */ (function () {
2373
2373
  function HdCurrentTableComponent() {
2374
- this.scroll = { x: '1px' };
2374
+ this.scroll = { x: '1px', y: '240px' };
2375
2375
  this.showSelected = false;
2376
2376
  this.selectField = 'billNumber';
2377
2377
  // 合计区域
@@ -2399,7 +2399,9 @@
2399
2399
  HdCurrentTableComponent.prototype.ngOnInit = /**
2400
2400
  * @return {?}
2401
2401
  */
2402
- function () { };
2402
+ function () {
2403
+ this.scroll.y = 'calc(100vh - 120px)';
2404
+ };
2403
2405
  /**
2404
2406
  * @param {?} changes
2405
2407
  * @return {?}