|
|
@ -40,55 +40,6 @@ exports[`Image Default Group preview props 1`] = ` |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div |
|
|
|
class="ant-image-preview-root" |
|
|
|
> |
|
|
|
<div |
|
|
|
class="ant-image-preview-mask ant-fade-appear ant-fade-appear-start ant-fade" |
|
|
|
/> |
|
|
|
<div |
|
|
|
class="ant-image-preview-wrap" |
|
|
|
tabindex="-1" |
|
|
|
> |
|
|
|
<div |
|
|
|
aria-modal="true" |
|
|
|
class="ant-image-preview ant-zoom-appear ant-zoom-appear-prepare ant-zoom" |
|
|
|
role="dialog" |
|
|
|
> |
|
|
|
<div |
|
|
|
aria-hidden="true" |
|
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;" |
|
|
|
tabindex="0" |
|
|
|
/> |
|
|
|
<div |
|
|
|
class="ant-image-preview-content" |
|
|
|
> |
|
|
|
<div |
|
|
|
class="ant-image-preview-body" |
|
|
|
> |
|
|
|
<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);" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
aria-hidden="true" |
|
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;" |
|
|
|
tabindex="0" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div |
|
|
|
class="ant-image-preview-operations-wrapper ant-fade-appear ant-fade-appear-start ant-fade" |
|
|
|
> |
|
|
@ -229,6 +180,53 @@ exports[`Image Default Group preview props 1`] = ` |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div |
|
|
|
class="ant-image-preview-root" |
|
|
|
> |
|
|
|
<div |
|
|
|
class="ant-image-preview-mask ant-fade-appear ant-fade-appear-start ant-fade" |
|
|
|
/> |
|
|
|
<div |
|
|
|
class="ant-image-preview-wrap" |
|
|
|
tabindex="-1" |
|
|
|
> |
|
|
|
<div |
|
|
|
aria-modal="true" |
|
|
|
class="ant-image-preview ant-zoom-appear ant-zoom-appear-prepare ant-zoom" |
|
|
|
role="dialog" |
|
|
|
> |
|
|
|
<div |
|
|
|
aria-hidden="true" |
|
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;" |
|
|
|
tabindex="0" |
|
|
|
/> |
|
|
|
<div |
|
|
|
class="ant-image-preview-content" |
|
|
|
> |
|
|
|
<div |
|
|
|
class="ant-image-preview-body" |
|
|
|
> |
|
|
|
<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);" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
aria-hidden="true" |
|
|
|
style="width: 0px; height: 0px; overflow: hidden; outline: none;" |
|
|
|
tabindex="0" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
`; |
|
|
|