Skip to content

Commit 04837ac

Browse files
authored
UI上下模块对齐 (#2146)
1 parent cf90f25 commit 04837ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/HomeSite/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const HomeSite: React.FC<PageProps> = ({ mode, user }) => {
205205
<br />
206206

207207
{/* 内容区域 */}
208-
<div style={{ width: "100%", maxWidth: "90vw", margin: "0 auto" }}>
208+
<div style={{ width: "100%", padding: "24px" }}>
209209
{/* 部门展示区 */}
210210
<SectionTitle>部门</SectionTitle>
211211
<InfiniteScrollContainer scrollSpeed={1.5}>

0 commit comments

Comments
 (0)