Fixing new liquid dashboard height

This commit is contained in:
softsimon
2024-02-08 20:56:16 +08:00
parent dcccc3c8a2
commit fdad3d1fd5
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export class LbtcPegsGraphComponent implements OnInit, OnChanges {
@Input() data: any;
pegsChartOptions: EChartsOption;
height: number | string = '200';
height: number | string = '320';
right: number | string = '10';
top: number | string = '20';
left: number | string = '50';