mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
fix snapshots
This commit is contained in:
@@ -15,7 +15,7 @@ exports[`renders ./components/switch/demo/disabled.md correctly 1`] = `
|
||||
<div>
|
||||
<span
|
||||
class="ant-switch ant-switch-disabled"
|
||||
tabindex="0"
|
||||
tabindex="-1"
|
||||
>
|
||||
<span
|
||||
class="ant-switch-inner"
|
||||
|
||||
@@ -6589,12 +6589,9 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
>
|
||||
<table
|
||||
class="ant-table-fixed"
|
||||
style="width:1010px;"
|
||||
style="width:130%;"
|
||||
>
|
||||
<colgroup>
|
||||
<col
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
<col
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
@@ -6602,17 +6599,16 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
style="width:200px;min-width:200px;"
|
||||
/>
|
||||
<col
|
||||
style="width:50px;min-width:50px;"
|
||||
style="width:200px;min-width:200px;"
|
||||
/>
|
||||
<col
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
<col
|
||||
style="width:200px;min-width:200px;"
|
||||
/>
|
||||
<col
|
||||
style="width:200px;min-width:200px;"
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
<col />
|
||||
<col />
|
||||
<col
|
||||
style="width:60px;min-width:60px;"
|
||||
/>
|
||||
@@ -6755,12 +6751,9 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
>
|
||||
<table
|
||||
class="ant-table-fixed"
|
||||
style="width:1010px;"
|
||||
style="width:130%;"
|
||||
>
|
||||
<colgroup>
|
||||
<col
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
<col
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
@@ -6768,17 +6761,16 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
style="width:200px;min-width:200px;"
|
||||
/>
|
||||
<col
|
||||
style="width:50px;min-width:50px;"
|
||||
style="width:200px;min-width:200px;"
|
||||
/>
|
||||
<col
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
<col
|
||||
style="width:200px;min-width:200px;"
|
||||
/>
|
||||
<col
|
||||
style="width:200px;min-width:200px;"
|
||||
style="width:100px;min-width:100px;"
|
||||
/>
|
||||
<col />
|
||||
<col />
|
||||
<col
|
||||
style="width:60px;min-width:60px;"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user