Skip to content

Commit

Permalink
💄 style(@ims-view-pc): replace CommonCard.Page.name
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf authored and eternallycyf committed Mar 12, 2024
1 parent 4ea79ef commit 3594ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/CommonCard/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Page: React.FC<IPageProps> = (props) => {
<Spin tip="加裁中..." />
</div>
) : (
<div className="content">{children}</div>
<div className="page-content">{children}</div>
)}
</SectionTitle>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/ims-view-pc/src/components/CommonCard/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
height: 100%;
}

.content {
.page-content {
width: 100%;
}

Expand Down

0 comments on commit 3594ce8

Please sign in to comment.