|
@@ -18,6 +18,9 @@
|
|
|
--next-color-seting-main: #e9eef3;
|
|
|
--next-color-seting-aside: #d3dce6;
|
|
|
--next-color-seting-header: #b3c0d1;
|
|
|
+ --next-bg-menuBar-light: #ffffff;
|
|
|
+ --next-bg-menuBar-black: #333333;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
html,
|
|
@@ -43,7 +46,9 @@ body,
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
.layout-aside {
|
|
|
- background: var(--next-bg-menuBar);
|
|
|
+ // background: var(--next-bg-menuBar);
|
|
|
+ background: var(--next-bg-menuBar-light);
|
|
|
+
|
|
|
box-shadow: 2px 0 6px rgb(0 21 41 / 1%);
|
|
|
height: inherit;
|
|
|
position: relative;
|