Browse Source

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

pull/40698/head
Long Hao (龙濠) 2 years ago
committed by GitHub
parent
commit
4299a0b28b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/slider/style/index.tsx

1
components/slider/style/index.tsx

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

Loading…
Cancel
Save