Merge pull request #21 from toeverything/feat/layout

fix: lint
This commit is contained in:
Qi
2022-10-14 15:38:23 +08:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ export const StyledAnimateRadio = styled('div')<{ shrink: boolean }>(
background: '#F1F3FF',
position: 'relative',
display: 'flex',
transition:'all .3s',
transition: 'all .3s',
'::after': {
content: '""',
width: '1px',