mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix: 修复滑动条中 dot 的触发范围异常 (#40679)
This commit is contained in:
parent
9632b36b04
commit
4299a0b28b
@ -170,7 +170,6 @@ const genBaseStyle: GenerateStyle<SliderToken> = (token) => {
|
||||
[`${componentCls}-step`]: {
|
||||
position: 'absolute',
|
||||
background: 'transparent',
|
||||
pointerEvents: 'none',
|
||||
},
|
||||
|
||||
[`${componentCls}-dot`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user