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