Files
simple-element-plus-template/src/assets/main.css
2023-12-10 17:29:10 +08:00

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;
}