From 7cc239cee1a9af4e2e8a0f3d5b7a00a074b17214 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 19 Aug 2026 15:43:13 +0800
Subject: [PATCH] feat: 复用检测

---
 apps/workbench-console/src/styles.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/apps/workbench-console/src/styles.css b/apps/workbench-console/src/styles.css
index 98c49ff..0e5b3fd 100644
--- a/apps/workbench-console/src/styles.css
+++ b/apps/workbench-console/src/styles.css
@@ -156,6 +156,7 @@
 
 @media (max-width: 991px) {
   .application-sider { position: static !important; height: auto; }
+  .application-sider .ant-layout-sider-zero-width-trigger { position: fixed; right: 0; left: auto; }
   .navigation-menu { height: auto; max-height: 290px; }
   .sider-status { display: none; }
 }

--
Gitblit v1.9.3