设置纯黑色滑块
<ConfigProvider
theme={{
components: {
Slider: {
handleSize: 16,
handleActiveColor: '#000',
handleColor: '#000',
trackBg: '#000',
trackHoverBg: '#000',
},
},
}}
>
<Slider tooltip={{ formatter: null }} />
</ConfigProvider>
然后把滑块after也设置为黑色
.ant-slider .ant-slider-handle::after {
background-color: #000;
}
没有轻微抖动
初始化之后hover上去有轻微抖动
Environment | Info |
---|---|
antd | 5.15.1 |
React | react |
System | macOS 14.3 |
Browser | 版本 122.0.6261.112 |
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too