Skip to content

Commit

Permalink
间距调整
Browse files Browse the repository at this point in the history
  • Loading branch information
bohanjun committed Jul 5, 2023
1 parent 00cd8ce commit f7f56fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/app/r/[rid]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default async function Page({ params }: { params: { rid: string } }) {
<div className="col-xl-9 col-lg-10 col-md-11 col-12 mt-3 mb-3x mx-auto">
<div className="pb-3 mb-4x position-relative">
<div className="bg-white rounded-4 shadow">
<div className="px-4 pt-2 pb-4 position-relative">
<div className="px-md-4x px-4 pt-md-3x pt-2x pb-md-4l pb-4 position-relative">
<Content
discussionAuthor={reply.discussion.snapshots[0].authorId}
content={reply.content}
Expand Down

0 comments on commit f7f56fd

Please sign in to comment.