标签:var ret htm div pre style The span ted
html
<div class="Menu" v-bind:style="{height:clientHeight}"> </div>
js
data(){ return{ clientHeight:‘‘, } }, mounted(){ var h= document.documentElement.clientHeight+‘px‘ this.clientHeight=h },
动态改变元素高度
标签:var ret htm div pre style The span ted
原文地址:https://www.cnblogs.com/xxflz/p/9981356.html