mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
37 lines
475 B
Plaintext
37 lines
475 B
Plaintext
html, body, #app {
|
|
height: 100%;
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#app > .el-container {
|
|
height: 100%;
|
|
|
|
> .el-header {
|
|
color: #fff;
|
|
background: #0d84ff;
|
|
line-height: 60px;
|
|
}
|
|
|
|
> .el-container {
|
|
|
|
> .el-aside {
|
|
background: #53a8ff;
|
|
}
|
|
|
|
> .el-container {
|
|
|
|
> .el-main {
|
|
background: gray;
|
|
}
|
|
|
|
> .el-footer {
|
|
color: #fff;
|
|
background: #333;
|
|
line-height: 60px;
|
|
}
|
|
|
|
}
|
|
}
|
|
} |