fix: 修复滑动条中 dot 的触发范围异常 (#40679)

This commit is contained in:
Long Hao (龙濠) 2023-02-13 10:58:11 +08:00 committed by GitHub
parent 9632b36b04
commit 4299a0b28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,6 @@ const genBaseStyle: GenerateStyle<SliderToken> = (token) => {
[`${componentCls}-step`]: {
position: 'absolute',
background: 'transparent',
pointerEvents: 'none',
},
[`${componentCls}-dot`]: {