尝试这个
<div [style.width.px]="width" [style.height.px]="height">Some stuff in this div</div>
[更新]:设置使用百分比
[style.height.%]="height">Some stuff in this div</div>

尝试这个
<div [style.width.px]="width" [style.height.px]="height">Some stuff in this div</div>
[更新]:设置使用百分比
[style.height.%]="height">Some stuff in this div</div>