From 42c9ac54c1ca538e717cf0281653acfbc29ae0ab Mon Sep 17 00:00:00 2001 From: MikiVL Date: Tue, 5 May 2026 03:32:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=92=E5=BA=8F=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=98=B2=E6=AD=A2=E6=BA=A2=E5=87=BA=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 left: 'auto' 覆盖父级 left 定位影响,配合已有的 right-0 确保菜单右对齐不向右溢出编辑区。 --- src/components/sidebar/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index 7a38a67..7db20de 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -290,7 +290,7 @@ export function Sidebar() { {sortMenuOpen && (
e.stopPropagation()} > {SORT_OPTIONS.map(opt => (