style: AdminLayout 侧边栏海军蓝改深红

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2026-06-25 17:26:02 +08:00
parent bf151d180c
commit e6d0b0bfc9
1 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@
</header>
<div class="admin-body">
<aside class="admin-aside">
<el-menu router :default-active="$route.path" background-color="#001529" text-color="#fff" active-text-color="#409eff">
<el-menu router :default-active="$route.path" background-color="#8B1014" text-color="#fff" active-text-color="#FFD0D2">
<el-menu-item index="/admin/dashboard">数据概览</el-menu-item>
<el-menu-item index="/admin/jobs">职位管理</el-menu-item>
<el-menu-item index="/admin/applications">投递管理</el-menu-item>
<template v-if="auth.isSuperAdmin">
@ -61,7 +62,7 @@ function logout() {
.admin-header {
height: 56px;
flex-shrink: 0;
background: #001529;
background: #8B1014;
display: flex;
align-items: center;
justify-content: space-between;
@ -88,7 +89,7 @@ function logout() {
.admin-aside {
width: 200px;
flex-shrink: 0;
background: #001529;
background: #8B1014;
overflow-y: auto;
}
.admin-main {