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