fix: pagation items are not easy to trigger (#4372)

This commit is contained in:
Qi 2023-09-15 14:15:21 +08:00 committed by GitHub
parent a9b6529bcb
commit d5c41d29af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,8 @@ export const pageItem = style({
},
});
globalStyle(`${pageItem} a`, {
display: 'inline-flex',
width: '100%',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
});