mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-16 01:41:02 +08:00
102 lines
2.4 KiB
Plaintext
102 lines
2.4 KiB
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Descriptions column is number 1`] = `
|
||
|
<Descriptions
|
||
|
column="3"
|
||
|
size="default"
|
||
|
>
|
||
|
<div
|
||
|
className="ant-descriptions"
|
||
|
>
|
||
|
<div
|
||
|
className="ant-descriptions-view"
|
||
|
>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr
|
||
|
className="ant-descriptions-row"
|
||
|
key="0"
|
||
|
>
|
||
|
<td
|
||
|
className="ant-descriptions-item"
|
||
|
colSpan={1}
|
||
|
key=".$.0"
|
||
|
>
|
||
|
<span
|
||
|
className="ant-descriptions-item-label"
|
||
|
key="label"
|
||
|
>
|
||
|
Product
|
||
|
</span>
|
||
|
<span
|
||
|
className="ant-descriptions-item-content"
|
||
|
key="content"
|
||
|
>
|
||
|
Cloud Database
|
||
|
</span>
|
||
|
</td>
|
||
|
<td
|
||
|
className="ant-descriptions-item"
|
||
|
colSpan={1}
|
||
|
key=".$.1"
|
||
|
>
|
||
|
<span
|
||
|
className="ant-descriptions-item-label"
|
||
|
key="label"
|
||
|
>
|
||
|
Billing
|
||
|
</span>
|
||
|
<span
|
||
|
className="ant-descriptions-item-content"
|
||
|
key="content"
|
||
|
>
|
||
|
Prepaid
|
||
|
</span>
|
||
|
</td>
|
||
|
<td
|
||
|
className="ant-descriptions-item"
|
||
|
colSpan={1}
|
||
|
>
|
||
|
<span
|
||
|
className="ant-descriptions-item-label"
|
||
|
key="label"
|
||
|
>
|
||
|
time
|
||
|
</span>
|
||
|
<span
|
||
|
className="ant-descriptions-item-content"
|
||
|
key="content"
|
||
|
>
|
||
|
18:00:00
|
||
|
</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr
|
||
|
className="ant-descriptions-row"
|
||
|
key="1"
|
||
|
>
|
||
|
<td
|
||
|
className="ant-descriptions-item"
|
||
|
colSpan={3}
|
||
|
>
|
||
|
<span
|
||
|
className="ant-descriptions-item-label"
|
||
|
key="label"
|
||
|
>
|
||
|
Amount
|
||
|
</span>
|
||
|
<span
|
||
|
className="ant-descriptions-item-content"
|
||
|
key="content"
|
||
|
>
|
||
|
$80.00
|
||
|
</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</Descriptions>
|
||
|
`;
|