mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
修复竖屏导航展开左侧留白问题
This commit is contained in:
@@ -348,7 +348,7 @@ export function Sidebar({
|
||||
<div
|
||||
style={{
|
||||
position: "absolute",
|
||||
left: "64px",
|
||||
left: 0,
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
width: "200px",
|
||||
|
||||
Reference in New Issue
Block a user