initHeader
This commit is contained in:
10
frontend/src/layouts/components/Main/index.scss
Normal file
10
frontend/src/layouts/components/Main/index.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.el-main {
|
||||
box-sizing: border-box;
|
||||
padding: 10px 12px;
|
||||
overflow-x: hidden;
|
||||
background-color: var(--el-bg-color-page);
|
||||
}
|
||||
.el-footer {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user