mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 09:39:03 +08:00
恢复竖屏折叠态导航图标显示
This commit is contained in:
@@ -194,7 +194,6 @@ export function Sidebar({
|
||||
|
||||
const renderSidebarBody = (isCollapsedView: boolean, hideMenu = false) => (
|
||||
<>
|
||||
{!(isCollapsedView && floatingExpand && collapsed) && (
|
||||
<div
|
||||
data-tauri-drag-region
|
||||
style={
|
||||
@@ -240,7 +239,6 @@ export function Sidebar({
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
||||
{!hideMenu && (
|
||||
<div style={{ flex: 1, overflowY: "auto", display: "flex", flexDirection: "column" }}>
|
||||
|
||||
Reference in New Issue
Block a user