ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

fix(slider): fix incorrect placement of dots and marker text

Open ayangweb opened this issue 6 months ago • 0 comments
trafficstars

Before:

image image

After:

image image

本来打算调整一下竖排文字的间距,但实在没找到对应的代码位置。

image image

只找到这一处给 mark 设置 insetInlineStart 的,根据 antd 的样式,把 10px 改成 17px 即可。

ayangweb avatar May 13 '25 11:05 ayangweb