|
|
@ -202,8 +202,11 @@ export class PlanDisplayComponent implements AfterViewInit, OnInit {
|
|
|
|
sumWidth / bounds.width,
|
|
|
|
sumWidth / bounds.width,
|
|
|
|
sumHeight / bounds.height,
|
|
|
|
sumHeight / bounds.height,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for (let child of children) {
|
|
|
|
|
|
|
|
child.style.transform = `scale(1, ${scale})`;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
noteSlide.ref.nativeElement.style.transform = `scale(1, ${scale})`;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
settingsClick(event: any) {
|
|
|
|
settingsClick(event: any) {
|
|
|
|