From f0d123e013ce534d392e54feb706c00af7c62e9d Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 19 五月 2026 15:21:53 +0800
Subject: [PATCH] bom同一层级只能选一样的工序

---
 src/layout/components/Sidebar/Logo.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 57c2b4b..8ef1d7f 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -84,12 +84,14 @@
   width: 100% !important;
   height: 56px !important;
   line-height: 56px;
-  background: rgba(255, 255, 255, 0.78);
+  background: var(--menu-surface);
   border: 1px solid var(--surface-border);
-  border-radius: 22px;
+  border-radius: var(--radius-lg);
   text-align: center;
   overflow: hidden;
   box-shadow: var(--shadow-sm);
+  backdrop-filter: blur(20px);
+  transition: all 0.3s ease;
 
   .sidebar-logo-link {
     height: 100%;

--
Gitblit v1.9.3