atr-components 3.1.0 → 3.1.1
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.
|
@@ -3156,7 +3156,7 @@ class AtrTableComponent {
|
|
|
3156
3156
|
setTimeout(() => {
|
|
3157
3157
|
const tableWrapper = document.querySelector('.table-content .ant-table-title');
|
|
3158
3158
|
if (this.showPagination)
|
|
3159
|
-
this.scrollSize.y = (this.tableHeight > 0 ? (this.tableHeight - tableWrapper.clientHeight -
|
|
3159
|
+
this.scrollSize.y = (this.tableHeight > 0 ? (this.tableHeight - tableWrapper.clientHeight - 70) : 200) + "px";
|
|
3160
3160
|
else
|
|
3161
3161
|
this.scrollSize.y = (this.tableHeight > 0 ? (this.tableHeight - tableWrapper.clientHeight) : 200) + "px";
|
|
3162
3162
|
this.viewInitOver = true;
|