fix(slider): fix slider last dot can’t click

pull/8246/head
xuejinglong 2025-06-26 11:23:41 +08:00
parent 27acc9a80e
commit 2b4287ef5c
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ const genBaseStyle: GenerateStyle<SliderToken> = token => {
borderRadius: '50%',
cursor: 'pointer',
transition: `border-color ${token.motionDurationSlow}`,
pointerEvents: 'auto',
'&-active': {
borderColor: token.colorPrimaryBorder,