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.
hippo4j/threadpool/console-new/src/index.module.less

20 lines
417 B

.container {
width: 100vw;
height: 100vh;
background-color: #eee;
color: #fff;
.header {
height: 48px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 3px 6px 3px rgba(0, 0, 0, 0.01), 0 2px 6px 0 rgba(0, 0, 0, 0.03);
}
.sider {
height: calc(100vh - 48px);
display: flex;
flex-direction: column;
justify-content: center;
}
.content {
margin: 24px;
}
}