vue根据屏幕大小动态改变页面高度
:style="`height:${height}px`" //用变量的方式设置页面高度 height: document.body.clientHeight //data中定义height初始 ...
:style="`height:${height}px`" //用变量的方式设置页面高度 height: document.body.clientHeight //data中定义height初始 ...