在最外层的div中设置样式
#app{
background: #f4f4f4;
height: 100%;
width: 100%;
top: 0;
left: 0;
overflow: auto;
position: absolute;
}
在最外层的div中设置样式
#app{
background: #f4f4f4;
height: 100%;
width: 100%;
top: 0;
left: 0;
overflow: auto;
position: absolute;
}