mirror of https://github.com/longtai-cn/hippo4j
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.
23 lines
487 B
23 lines
487 B
.container {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
.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 {
|
|
// display: flex;
|
|
height: calc(100vh - 48px);
|
|
// flex-direction: column;
|
|
// justify-content: center;
|
|
padding-top: 24px;
|
|
}
|
|
.content {
|
|
margin: 10px 10px 0px;
|
|
border-radius: 12px 12px 0 0;
|
|
padding: 16px 24px;
|
|
height: 100%;
|
|
flex: 1;
|
|
}
|
|
}
|