chore: Image preview interactive optimization (#39812)

This commit is contained in:
JarvisArt 2022-12-26 16:19:54 +08:00 committed by GitHub
parent c1390b20a9
commit 838b08e761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -209,12 +209,11 @@ exports[`Image Default Group preview props 1`] = `
>
<div
class="ant-image-preview-img-wrapper"
style="transform: translate3d(0px, 0px, 0);"
>
<img
class="ant-image-preview-img"
src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"
style="transform: scale3d(1, 1, 1) rotate(0deg);"
style="transform: translate3d(0px, 0px, 0) scale3d(1, 1, 1) rotate(0deg);"
/>
</div>
</div>

View File

@ -125,7 +125,7 @@
"rc-drawer": "~6.1.1",
"rc-dropdown": "~4.0.0",
"rc-field-form": "~1.27.0",
"rc-image": "~5.12.0",
"rc-image": "~5.13.0",
"rc-input": "~0.1.4",
"rc-input-number": "~7.4.0",
"rc-mentions": "~1.13.1",