diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index b864153..b66bebc 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -60,7 +60,7 @@ export default { width: 100%; height: 60px; line-height: 60px; - background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); + background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%); text-align: center; overflow: hidden; border-bottom: 1px solid rgba(255, 255, 255, 0.1);