From 2e68b1338ea04125ce4360e6d2ddf03f54df86ac Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 19 Aug 2026 14:11:30 +0800
Subject: [PATCH] feat: init异常检测

---
 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