mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-15 22:49:07 +08:00
fix: description demo update (#19113)
This commit is contained in:
parent
f04c8a61eb
commit
b0c90f4b06
@ -904,7 +904,7 @@ exports[`renders ./components/descriptions/demo/vertical-border.md correctly 1`]
|
|||||||
</th>
|
</th>
|
||||||
<th
|
<th
|
||||||
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
class="ant-descriptions-item-label ant-descriptions-item-colon"
|
||||||
colspan="5"
|
colspan="3"
|
||||||
>
|
>
|
||||||
Usage Time
|
Usage Time
|
||||||
</th>
|
</th>
|
||||||
@ -920,7 +920,7 @@ exports[`renders ./components/descriptions/demo/vertical-border.md correctly 1`]
|
|||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
class="ant-descriptions-item-content"
|
class="ant-descriptions-item-content"
|
||||||
colspan="5"
|
colspan="3"
|
||||||
>
|
>
|
||||||
2019-04-24 18:00:00
|
2019-04-24 18:00:00
|
||||||
</td>
|
</td>
|
||||||
|
@ -22,7 +22,7 @@ ReactDOM.render(
|
|||||||
<Descriptions.Item label="Billing Mode">Prepaid</Descriptions.Item>
|
<Descriptions.Item label="Billing Mode">Prepaid</Descriptions.Item>
|
||||||
<Descriptions.Item label="Automatic Renewal">YES</Descriptions.Item>
|
<Descriptions.Item label="Automatic Renewal">YES</Descriptions.Item>
|
||||||
<Descriptions.Item label="Order time">2018-04-24 18:00:00</Descriptions.Item>
|
<Descriptions.Item label="Order time">2018-04-24 18:00:00</Descriptions.Item>
|
||||||
<Descriptions.Item label="Usage Time" span={3}>
|
<Descriptions.Item label="Usage Time" span={2}>
|
||||||
2019-04-24 18:00:00
|
2019-04-24 18:00:00
|
||||||
</Descriptions.Item>
|
</Descriptions.Item>
|
||||||
<Descriptions.Item label="Status" span={3}>
|
<Descriptions.Item label="Status" span={3}>
|
||||||
|
Loading…
Reference in New Issue
Block a user