mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
style: Dragger add vertical padding style (#46457)
This commit is contained in:
parent
54a4efe472
commit
afa7343241
@ -19,7 +19,7 @@ const genDraggerStyle: GenerateStyle<UploadToken> = (token) => {
|
|||||||
transition: `border-color ${token.motionDurationSlow}`,
|
transition: `border-color ${token.motionDurationSlow}`,
|
||||||
|
|
||||||
[componentCls]: {
|
[componentCls]: {
|
||||||
padding: `${unit(token.padding)} 0`,
|
padding: token.padding,
|
||||||
},
|
},
|
||||||
|
|
||||||
[`${componentCls}-btn`]: {
|
[`${componentCls}-btn`]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user