修复竖屏导航展开左侧留白问题

This commit is contained in:
JSR
2026-03-18 22:03:27 +08:00
parent d4d96092af
commit f2985c2b83
+1 -1
View File
@@ -348,7 +348,7 @@ export function Sidebar({
<div
style={{
position: "absolute",
left: "64px",
left: 0,
top: 0,
bottom: 0,
width: "200px",