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.
- package/bundles/fantasy-ngzorro.umd.js +4 -2
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-current-table/hd-current-table.component.js +5 -3
- package/esm5/hd-current-table/hd-current-table.component.js +5 -3
- package/fesm2015/fantasy-ngzorro.js +4 -2
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +4 -2
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 {?}
|