no message

Former-commit-id: 7546b8ae59e7de1e87b41277a8576e140f75bc3e
Former-commit-id: 1143180996fc7b84745d2c6d6f2e2dd312189982
Former-commit-id: 194f90a841c1e20729ecb63f4353980f97583489
This commit is contained in:
liyang
2018-06-05 14:49:52 +08:00
parent 8e5661cb6c
commit dcceb29e2b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ $theme-container-full-border-color: #d8dfea;
.theme-#{$theme-name} {
background-color: $theme-bg-color;
background-image: url($theme-bg-image);
background-size: cover;
background-position: center;
// 菜单项目
@mixin theme-menu-hover-style {
background-color: #eff4f8;

View File

@@ -4,8 +4,6 @@
.theme {
height: 100vh;
width: 100vw;
background-size: cover;
background-position: center;
// [布局] 顶栏
.el-header {
padding: 0px;