atr-components 0.2.110 → 0.2.111

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.
@@ -2851,7 +2851,7 @@ class AtrTableComponent {
2851
2851
  setTimeout(() => {
2852
2852
  this.scrollSize.y = this.tableContent.nativeElement.offsetHeight - 100 + "px";
2853
2853
  if (this.isHideTable) {
2854
- this.scrollSize.y = this.tableContent.nativeElement.offsetHeight + "px";
2854
+ this.scrollSize.y = this.tableContent.nativeElement.offsetHeight - 60 + "px";
2855
2855
  }
2856
2856
  let width = 0;
2857
2857
  if (this.queryOpts && this.queryOpts.tables) {