1.在App.vue中,style里写:
app {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
2.在container中style里写:
.el-aside {
height:100vh;
}
原文:https://blog.csdn.net/qq_38372917/article/details/86495600
1.在App.vue中,style里写:
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
2.在container中style里写:
.el-aside {
height:100vh;
}
原文:https://blog.csdn.net/qq_38372917/article/details/86495600