Skip to content

Commit ecd8827

Browse files
committed
fix(problem-list): 修复下方的外边距
1 parent 2ccf2b8 commit ecd8827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/pages/problem-list/FavoriteWrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const FavoriteWrap: FC<FavoriteListProps> = ({
6666
background-color: ${props => props.theme.palette.primary.main};
6767
border-radius: 8px;
6868
padding: ${open ? '8px 0' : ''};
69-
margin-top: 16px;
69+
margin: 16px 0;
7070
`}
7171
>
7272
{title && (

0 commit comments

Comments
 (0)