You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
406 B

@import './base.css';
.main {
width: 100%;
height: 100vh;
background-size: 30px 30px, 30px 30px;
display: flex;
flex-direction: column;
& > .el-container {
& > .el-main {
padding: 0;
display: flex;
.sence {
flex-grow: 1;
overflow: hidden;
}
}
}
}
#sence {
flex: 1;
overflow: hidden;
}
.hidden-split.split + .gutter {
display: none;
}