From b9350cd6f54502ccc6944c5254e03e08e35f643d Mon Sep 17 00:00:00 2001 From: huminmin <mac@MacBook-Pro.local> Date: 星期三, 29 四月 2026 13:44:32 +0800 Subject: [PATCH] Merge branch 'dev_New' of http://114.132.189.42:9002/r/product-inventory-management into dev_New --- src/layout/components/Sidebar/Logo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index a25d2a3..57c2b4b 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -86,7 +86,7 @@ line-height: 56px; background: rgba(255, 255, 255, 0.78); border: 1px solid var(--surface-border); - border-radius: 0 22px 22px 0; + border-radius: 22px; text-align: center; overflow: hidden; box-shadow: var(--shadow-sm); -- Gitblit v1.9.3