mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +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}`,
|
||||
|
||||
[componentCls]: {
|
||||
padding: `${unit(token.padding)} 0`,
|
||||
padding: token.padding,
|
||||
},
|
||||
|
||||
[`${componentCls}-btn`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user