mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix snapshot test
This commit is contained in:
parent
c1f3b58b28
commit
3308bce9b9
@ -113,7 +113,7 @@ exports[`test renders ./components/date-picker/demo/disabled-date.md correctly 1
|
||||
<div>
|
||||
<span
|
||||
class="ant-calendar-picker"
|
||||
style="min-width:154px;">
|
||||
style="width:154px;">
|
||||
<span>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -213,7 +213,7 @@ exports[`test renders ./components/date-picker/demo/format.md correctly 1`] = `
|
||||
exports[`test renders ./components/date-picker/demo/locale.md correctly 1`] = `
|
||||
<span
|
||||
class="ant-calendar-picker"
|
||||
style="min-width:154px;">
|
||||
style="width:154px;">
|
||||
<span>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -384,7 +384,7 @@ exports[`test renders ./components/date-picker/demo/start-end.md correctly 1`] =
|
||||
<div>
|
||||
<span
|
||||
class="ant-calendar-picker"
|
||||
style="min-width:154px;">
|
||||
style="width:154px;">
|
||||
<span>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -397,7 +397,7 @@ exports[`test renders ./components/date-picker/demo/start-end.md correctly 1`] =
|
||||
</span>
|
||||
<span
|
||||
class="ant-calendar-picker"
|
||||
style="min-width:154px;">
|
||||
style="width:154px;">
|
||||
<span>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
@ -415,7 +415,7 @@ exports[`test renders ./components/date-picker/demo/time.md correctly 1`] = `
|
||||
<div>
|
||||
<span
|
||||
class="ant-calendar-picker"
|
||||
style="min-width:154px;">
|
||||
style="width:154px;">
|
||||
<span>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input"
|
||||
|
@ -1086,7 +1086,7 @@ exports[`test renders ./components/form/demo/time-related-controls.md correctly
|
||||
class="ant-form-item-control ">
|
||||
<span
|
||||
class="ant-calendar-picker"
|
||||
style="min-width:154px;">
|
||||
style="width:154px;">
|
||||
<span>
|
||||
<input
|
||||
class="ant-calendar-picker-input ant-input ant-input-lg"
|
||||
|
@ -1146,7 +1146,7 @@ exports[`test renders ./components/locale-provider/demo/all.md correctly 1`] = `
|
||||
<div
|
||||
class="example">
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
|
@ -14,7 +14,7 @@ exports[`Table.filter renders custom content correctly 1`] = `
|
||||
|
||||
exports[`Table.filter renders filter correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
|
@ -1,6 +1,6 @@
|
||||
exports[`Table.pagination renders pagination correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
|
@ -1,6 +1,6 @@
|
||||
exports[`Table renders JSX correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
|
@ -1,6 +1,6 @@
|
||||
exports[`test renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -82,7 +82,7 @@ exports[`test renders ./components/table/demo/ajax.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/basic.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -300,7 +300,7 @@ exports[`test renders ./components/table/demo/basic.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/bordered.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -447,7 +447,7 @@ exports[`test renders ./components/table/demo/bordered.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/colspan-rowspan.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -659,7 +659,7 @@ exports[`test renders ./components/table/demo/colspan-rowspan.md correctly 1`] =
|
||||
|
||||
exports[`test renders ./components/table/demo/custom-filter-panel.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -1083,7 +1083,7 @@ exports[`test renders ./components/table/demo/dynamic-settings.md correctly 1`]
|
||||
</form>
|
||||
</div>
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -1839,7 +1839,7 @@ exports[`test renders ./components/table/demo/edit-cell.md correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -1990,7 +1990,7 @@ exports[`test renders ./components/table/demo/edit-cell.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -2115,7 +2115,7 @@ exports[`test renders ./components/table/demo/edit-row.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -2285,7 +2285,7 @@ exports[`test renders ./components/table/demo/expand.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/expand-children.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -2711,7 +2711,7 @@ exports[`test renders ./components/table/demo/expand-children.md correctly 1`] =
|
||||
|
||||
exports[`test renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -3073,7 +3073,7 @@ exports[`test renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/fixed-columns-header.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -4152,7 +4152,7 @@ exports[`test renders ./components/table/demo/fixed-columns-header.md correctly
|
||||
|
||||
exports[`test renders ./components/table/demo/fixed-header.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -5151,7 +5151,7 @@ exports[`test renders ./components/table/demo/fixed-header.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -6035,7 +6035,7 @@ exports[`test renders ./components/table/demo/grouping-columns.md correctly 1`]
|
||||
|
||||
exports[`test renders ./components/table/demo/head.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -6234,7 +6234,7 @@ exports[`test renders ./components/table/demo/head.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/jsx.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -6474,7 +6474,7 @@ exports[`test renders ./components/table/demo/jsx.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/nested-table.md correctly 1`] = `
|
||||
<div
|
||||
class="components-table-demo-nested">
|
||||
class="ant-table-wrapper components-table-demo-nested">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -6726,7 +6726,7 @@ exports[`test renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -6926,7 +6926,7 @@ exports[`test renders ./components/table/demo/reset-filter.md correctly 1`] = `
|
||||
|
||||
exports[`test renders ./components/table/demo/row-selection.md correctly 1`] = `
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -7182,7 +7182,7 @@ exports[`test renders ./components/table/demo/row-selection-and-operation.md cor
|
||||
style="margin-left:8px;" />
|
||||
</div>
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -7648,7 +7648,7 @@ exports[`test renders ./components/table/demo/size.md correctly 1`] = `
|
||||
Middle size table
|
||||
</h4>
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
@ -7778,7 +7778,7 @@ exports[`test renders ./components/table/demo/size.md correctly 1`] = `
|
||||
Small size table
|
||||
</h4>
|
||||
<div
|
||||
class="">
|
||||
class="ant-table-wrapper">
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user