Skip to content

Commit

Permalink
style(list): 样式修复 (#7855)
Browse files Browse the repository at this point in the history
  • Loading branch information
xliez authored Nov 3, 2023
1 parent b314a37 commit 00fa492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/card/src/components/CheckCard/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const genProStyle: GenerateStyle<ProListToken> = (token) => {
verticalAlign: 'top',
backgroundColor: token.colorBgContainer,
borderRadius: token.borderRadius,
overflow: 'auto',
cursor: 'pointer',
transition: `all 0.3s`,
'&:last-child': {
Expand Down

0 comments on commit 00fa492

Please sign in to comment.