侧边导航背景色改为 #282828
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ function logout() {
|
|||||||
<el-menu
|
<el-menu
|
||||||
:default-active="route.path"
|
:default-active="route.path"
|
||||||
router
|
router
|
||||||
background-color="#1f2d3d"
|
background-color="#282828"
|
||||||
text-color="#cfd8e3"
|
text-color="#cfd8e3"
|
||||||
active-text-color="#ffffff"
|
active-text-color="#ffffff"
|
||||||
>
|
>
|
||||||
@@ -76,7 +76,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.aside {
|
.aside {
|
||||||
background: #1f2d3d;
|
background: #282828;
|
||||||
color: #cfd8e3;
|
color: #cfd8e3;
|
||||||
}
|
}
|
||||||
.brand {
|
.brand {
|
||||||
@@ -86,7 +86,7 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
border-bottom: 1px solid #344558;
|
border-bottom: 1px solid #3a3a3a;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user