1
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<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" />
|
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
||||||
<title>民众智创</title>
|
<title>民众智创</title>
|
||||||
<script type="module" crossorigin src="/assets/index-BpC1vv0s.js"></script>
|
<script type="module" crossorigin src="/assets/index-CMTCkNUS.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-KEztuQj6.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-KEztuQj6.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -918,7 +918,7 @@ const AppLayout: React.FC = () => {
|
|||||||
}}>
|
}}>
|
||||||
<ActivityBanner onVisibilityChange={(v) => setBannerVisible(v)} />
|
<ActivityBanner onVisibilityChange={(v) => setBannerVisible(v)} />
|
||||||
<div className="desktop-sidebar" style={{
|
<div className="desktop-sidebar" style={{
|
||||||
width: sidebarW, position: 'fixed', left: 16, top: bannerVisible ? 56 : 16, bottom: 16, zIndex: 100,
|
width: sidebarW, position: 'fixed', left: 16, top: bannerVisible ? 44 : 16, bottom: 16, zIndex: 100,
|
||||||
background: 'linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)',
|
background: 'linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)',
|
||||||
borderRadius: '20px',
|
borderRadius: '20px',
|
||||||
boxShadow: '0 4px 32px rgba(0, 0, 0, 0.06), 0 1px 8px rgba(0, 0, 0, 0.04)',
|
boxShadow: '0 4px 32px rgba(0, 0, 0, 0.06), 0 1px 8px rgba(0, 0, 0, 0.04)',
|
||||||
|
|||||||
Reference in New Issue
Block a user