From ff609c6ba2f52818dad141407c3265abc883eb4f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 18 五月 2026 17:38:09 +0800
Subject: [PATCH] 进销存pro 1.菜单栏样式修改
---
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