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.

16 lines
240 B

.head {
height: 60px;
background: #001628;
font-size: 18px;
font-weight: 500;
color: #ffffff;
line-height: 60px;
padding-left: 40px;
}
.content {
height: calc(100vh - 60px);
background-color: #fafafa;
overflow: auto;
}