This commit is contained in:
2026-08-07 12:11:42 +08:00
parent f530870370
commit bffa786d47
3 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -27,7 +27,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<title>民众智创</title>
<script type="module" crossorigin src="/assets/index-DRgabcib.js"></script>
<script type="module" crossorigin src="/assets/index-H3eA90U3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-KEztuQj6.css">
</head>
<body>
@@ -917,9 +917,10 @@ const AppLayout: React.FC = () => {
minHeight: '100vh',
}}>
<ActivityBanner onVisibilityChange={(v) => setBannerVisible(v)} />
<div style={{ display: 'flex', position: 'relative', padding: 4 }}>
<div style={{ display: 'flex', position: 'relative', padding: 4, gap: 12 }}>
<div className="desktop-sidebar" style={{
width: sidebarW, position: 'absolute', left: 16, top: 16, bottom: 16, zIndex: 100,
width: sidebarW, position: 'sticky', top: 4, alignSelf: 'flex-start', zIndex: 100,
height: 'calc(100vh - 8px)',
background: 'linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)',
borderRadius: '20px',
boxShadow: '0 4px 32px rgba(0, 0, 0, 0.06), 0 1px 8px rgba(0, 0, 0, 0.04)',
@@ -1138,9 +1139,8 @@ const AppLayout: React.FC = () => {
</div>
<div className="desktop-content" style={{
marginLeft: sidebarW + 12,
flex: 1,
minHeight: 'calc(100vh - 32px)',
minHeight: 'calc(100vh - 8px)',
background: 'transparent',
padding: 0,
}}>