jinhai-2012's picture
Format file format from Windows/dos to Unix (#1949)
aeb6dbc
raw
history blame
348 Bytes
.container {
display: flex;
height: 100%;
width: 100%;
.contentWrapper {
flex: 1;
overflow-x: auto;
height: 100%;
background-color: rgba(247, 248, 250, 1);
padding: 16px 20px 28px 40px;
display: flex;
flex-direction: column;
}
.content {
background-color: white;
margin-top: 16px;
flex: 1;
}
}