mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix: deleted margin of the last indicator (#40624)
This commit is contained in:
parent
c325474047
commit
57d0fdde8e
@ -139,7 +139,9 @@ const genBaseStyle: GenerateStyle<TourToken> = (token) => {
|
|||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
background: colorFill,
|
background: colorFill,
|
||||||
|
'&:not(:last-child)': {
|
||||||
marginInlineEnd: indicatorHeight,
|
marginInlineEnd: indicatorHeight,
|
||||||
|
},
|
||||||
'&-active': {
|
'&-active': {
|
||||||
background: colorPrimary,
|
background: colorPrimary,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user