no message

Former-commit-id: c52db2727e2fee5ed9befa64e95394fa0422854f
Former-commit-id: c04156b0bc4d9f31b33672d9c248d111ed4be636
Former-commit-id: 21029e8cb6251ebbe358d579165b4c365abfd479
This commit is contained in:
liyang
2018-06-11 13:30:20 +08:00
parent 425bfaf14d
commit 4ad0fa7eb3
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
.layout-main {
background-color: $theme-bg-color;
// background-image: url($theme-bg-image);
}
// 菜单项目
@mixin theme-menu-hover-style {

View File

@@ -3,7 +3,7 @@ $theme-name: 'd2';
// 主题背景颜色
$theme-bg-color: $color-bg;
// 主题背景图片
// $theme-bg-image: '/static/image/bg/star.jpg';
// $theme-bg-image: '/static/image/bg/xxx.jpg';
// container组件的边框
$theme-container-border: 1px solid $color-border-1;