From 288ad5be2d5149897da92a7bdfdcf8a688b889ef Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 19 五月 2026 11:38:03 +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 a25d2a3..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: 0 22px 22px 0;
+ 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