mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 22:39:34 +08:00
parent
39d3baef43
commit
278262adbe
@ -311,7 +311,8 @@ const genDirectionStyle = (token: SliderToken, horizontal: boolean): CSSObject =
|
|||||||
// Reset all
|
// Reset all
|
||||||
insetInlineStart: 0,
|
insetInlineStart: 0,
|
||||||
top: 0,
|
top: 0,
|
||||||
[markInset]: handleSize,
|
// https://github.com/ant-design/ant-design/issues/43731
|
||||||
|
[markInset]: railSize * 3 + (horizontal ? 0 : token.marginFull),
|
||||||
[full]: '100%',
|
[full]: '100%',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user