update snapshot (#16515)

This commit is contained in:
zombieJ 2019-05-10 11:54:51 +08:00 committed by GitHub
parent db8c54e17e
commit 678c2e0b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 201 additions and 301 deletions

View File

@ -8162,11 +8162,10 @@ exports[`ConfigProvider components Modal configProvider 1`] = `
style="width:520px"
>
<div
aria-hidden="true"
style="width:0;height:0;overflow:hidden"
tabindex="0"
>
sentinelStart
</div>
/>
<div
class="config-modal-content"
>
@ -8227,11 +8226,10 @@ exports[`ConfigProvider components Modal configProvider 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width:0;height:0;overflow:hidden"
tabindex="0"
>
sentinelEnd
</div>
/>
</div>
</div>
</div>
@ -8255,11 +8253,10 @@ exports[`ConfigProvider components Modal normal 1`] = `
style="width:520px"
>
<div
aria-hidden="true"
style="width:0;height:0;overflow:hidden"
tabindex="0"
>
sentinelStart
</div>
/>
<div
class="ant-modal-content"
>
@ -8320,11 +8317,10 @@ exports[`ConfigProvider components Modal normal 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width:0;height:0;overflow:hidden"
tabindex="0"
>
sentinelEnd
</div>
/>
</div>
</div>
</div>
@ -8348,11 +8344,10 @@ exports[`ConfigProvider components Modal prefixCls 1`] = `
style="width:520px"
>
<div
aria-hidden="true"
style="width:0;height:0;overflow:hidden"
tabindex="0"
>
sentinelStart
</div>
/>
<div
class="prefix-Modal-content"
>
@ -8413,11 +8408,10 @@ exports[`ConfigProvider components Modal prefixCls 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width:0;height:0;overflow:hidden"
tabindex="0"
>
sentinelEnd
</div>
/>
</div>
</div>
</div>

View File

@ -18,11 +18,10 @@ exports[`Modal render correctly 1`] = `
style="width: 520px;"
>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden;"
tabindex="0"
>
sentinelStart
</div>
/>
<div
class="ant-modal-content"
>
@ -83,11 +82,10 @@ exports[`Modal render correctly 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden;"
tabindex="0"
>
sentinelEnd
</div>
/>
</div>
</div>
</div>
@ -112,11 +110,10 @@ exports[`Modal render without footer 1`] = `
style="width: 520px;"
>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden;"
tabindex="0"
>
sentinelStart
</div>
/>
<div
class="ant-modal-content"
>
@ -155,11 +152,10 @@ exports[`Modal render without footer 1`] = `
</div>
</div>
<div
aria-hidden="true"
style="width: 0px; height: 0px; overflow: hidden;"
tabindex="0"
>
sentinelEnd
</div>
/>
</div>
</div>
</div>

View File

@ -63,7 +63,7 @@
"rc-cascader": "~0.17.0",
"rc-checkbox": "~2.1.5",
"rc-collapse": "~1.11.1",
"rc-dialog": "~7.3.0",
"rc-dialog": "~7.4.0",
"rc-drawer": "~1.8.0",
"rc-dropdown": "~2.4.1",
"rc-editor-mention": "^1.1.7",