mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +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',
|
||||
borderRadius: '50%',
|
||||
background: colorFill,
|
||||
marginInlineEnd: indicatorHeight,
|
||||
'&:not(:last-child)': {
|
||||
marginInlineEnd: indicatorHeight,
|
||||
},
|
||||
'&-active': {
|
||||
background: colorPrimary,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user