mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
fix: image style check
This commit is contained in:
parent
756f06c2fe
commit
968df7a0a8
@ -108,7 +108,7 @@ export const genPreviewOperationsStyle = (token: ImageToken): CSSObject => {
|
||||
|
||||
[`${previewPrefixCls}-progress`]: {
|
||||
position: 'absolute',
|
||||
left: '50%',
|
||||
left: { _skip_check_: true, value: '50%' },
|
||||
transform: 'translateX(-50%)',
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user