Skip to content

Commit

Permalink
feat: 修复详情页面样式 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair authored Dec 8, 2023
1 parent dc5eea9 commit cdc16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slugs/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Home({ manifest, version, additionalInfo: needSync }: Pa
const { styles: style } = useStyles();

const contentNode = (
<Row gutter={[16, 16]} style={{ marginBottom: 96 }}>
<Row gutter={[16, 16]} wrap={false} style={{ marginBottom: 96 }}>
<Col flex="1 1 0">
<div
style={{
Expand Down

0 comments on commit cdc16c9

Please sign in to comment.