2023-06-07 21:59:21 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
2019-05-22 23:22:09 +08:00
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions Descriptions support colon 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-07-10 10:01:31 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-07-10 10:01:31 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-07-10 10:01:31 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label ant-descriptions-item-no-colon"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-07-10 10:01:31 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-07-10 10:01:31 +08:00
|
|
|
`;
|
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions Descriptions support style 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
|
|
|
style="background-color: rgb(232, 232, 232);"
|
2019-07-10 10:32:02 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-07-10 10:32:02 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-07-10 10:32:02 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-07-10 10:32:02 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-07-10 10:32:02 +08:00
|
|
|
`;
|
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions Descriptions.Item support className 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-06-26 16:05:46 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-06-26 16:05:46 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item my-class"
|
|
|
|
colspan="1"
|
2019-06-26 16:05:46 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-06-26 16:05:46 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-06-26 16:05:46 +08:00
|
|
|
`;
|
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions column is number 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-05-22 23:22:09 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Billing
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Prepaid
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
time
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
18:00:00
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="3"
|
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Amount
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
$80.00
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-05-22 23:22:09 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-05-22 23:22:09 +08:00
|
|
|
`;
|
2019-06-21 13:49:01 +08:00
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions number 0 should render correct 1`] = `
|
2022-03-25 09:38:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-view"
|
|
|
|
>
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
style="color: red;"
|
|
|
|
>
|
|
|
|
0
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
style="color: red;"
|
|
|
|
>
|
|
|
|
0
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-07-17 14:48:03 +08:00
|
|
|
exports[`Descriptions should items work 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-view"
|
|
|
|
>
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
UserName
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Zhou Maomao
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Telephone
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
1810000000
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Live
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Hangzhou, Zhejiang
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions should work with React Fragment 1`] = `
|
2019-11-30 18:10:56 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-descriptions-view"
|
|
|
|
>
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
</div>
|
2019-11-30 18:10:56 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
</div>
|
2019-11-30 18:10:56 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
bamboo
|
|
|
|
</span>
|
|
|
|
</div>
|
2019-11-30 18:10:56 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions vertical layout 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
2020-02-23 20:48:16 +08:00
|
|
|
<th
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 20:48:16 +08:00
|
|
|
</th>
|
2020-02-23 17:07:55 +08:00
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
2020-02-23 20:48:16 +08:00
|
|
|
<th
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Billing
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 20:48:16 +08:00
|
|
|
</th>
|
2020-02-23 17:07:55 +08:00
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Prepaid
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
2020-02-23 20:48:16 +08:00
|
|
|
<th
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
time
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 20:48:16 +08:00
|
|
|
</th>
|
2020-02-23 17:07:55 +08:00
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
18:00:00
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
2020-02-23 20:48:16 +08:00
|
|
|
<th
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Amount
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 20:48:16 +08:00
|
|
|
</th>
|
2020-02-23 17:07:55 +08:00
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-27 11:29:33 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
$80.00
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-06-27 11:29:33 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-06-27 11:29:33 +08:00
|
|
|
`;
|
|
|
|
|
2023-06-07 21:59:21 +08:00
|
|
|
exports[`Descriptions when item is rendered conditionally 1`] = `
|
2020-02-23 17:07:55 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
|
|
|
<div
|
2020-02-23 17:07:55 +08:00
|
|
|
class="ant-descriptions-view"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-02-23 17:07:55 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Product
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Cloud Database
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Billing
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
Prepaid
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
time
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
18:00:00
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-descriptions-row"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class="ant-descriptions-item"
|
|
|
|
colspan="1"
|
2019-06-21 13:49:01 +08:00
|
|
|
>
|
2020-08-06 14:32:13 +08:00
|
|
|
<div
|
|
|
|
class="ant-descriptions-item-container"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-label"
|
|
|
|
>
|
|
|
|
Amount
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="ant-descriptions-item-content"
|
|
|
|
>
|
|
|
|
$80.00
|
|
|
|
</span>
|
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-06-21 13:49:01 +08:00
|
|
|
</div>
|
2020-02-23 17:07:55 +08:00
|
|
|
</div>
|
2019-06-21 13:49:01 +08:00
|
|
|
`;
|