How to make elementui sidebar height of the station full screen

Sidebar
.el-aside {
display: block;
position: relative;
overflow-y: scroll;
background-color: #324157 !important;
}

Guess you like

Origin www.cnblogs.com/maibao666/p/11078581.html