mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2026-02-23 06:37:01 +00:00
基本国际化处理
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
#app .el-header{
|
||||
padding-left: 0;
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user