mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
20 lines
252 B
CSS
20 lines
252 B
CSS
body, #app .el-header{
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
html, body, #app, .index-container {
|
|
height: 100%;
|
|
}
|
|
|
|
.index-aside {
|
|
border-right: solid 1px var(--el-menu-border-color);
|
|
}
|
|
|
|
.index-aside .el-menu {
|
|
border-right: 0 none;
|
|
}
|