We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf90f25 commit 04837acCopy full SHA for 04837ac
src/app/HomeSite/index.tsx
@@ -205,7 +205,7 @@ const HomeSite: React.FC<PageProps> = ({ mode, user }) => {
205
<br />
206
207
{/* 内容区域 */}
208
- <div style={{ width: "100%", maxWidth: "90vw", margin: "0 auto" }}>
+ <div style={{ width: "100%", padding: "24px" }}>
209
{/* 部门展示区 */}
210
<SectionTitle>部门</SectionTitle>
211
<InfiniteScrollContainer scrollSpeed={1.5}>
0 commit comments