mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改颜色的深浅
This commit is contained in:
@@ -48,7 +48,7 @@ $topHeight: 36px;
|
||||
display: flex;
|
||||
height: calc(100vh - #{$--header-height} - #{$topHeight});
|
||||
.common-menu-width {
|
||||
@include filter-bg-color('background-color2');
|
||||
@include filter-bg-color('background-color2-shallow');
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -133,7 +133,7 @@ $topHeight: 36px;
|
||||
height: calc(100vh - #{$--header-height} - #{$topHeight});
|
||||
.menu-width {
|
||||
flex-shrink: 0;
|
||||
@include filter-bg-color('background-color3');
|
||||
@include filter-bg-color('background-color2');
|
||||
}
|
||||
.menu-component-box {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user