只有第一次刷新了,后面就没再刷新是怎么肥事?
调用子元素
<app-radar-img [Height]="selectHeight"> </app-radar-img>
父元素方法
public showSelect() { this.isExpansion = !this.isExpansion; const dom = document.getElementById('selectFilter'); if (dom != null) { this.selectHeight = dom.clientHeight; } }
子元素接收