mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
update snapshot (#16515)
This commit is contained in:
parent
db8c54e17e
commit
678c2e0b53
@ -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>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user