Skip to content

fix: descriptions demo #1498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports[`renders ./components/descriptions/demo/responsive.md correctly 1`] = `
<td colspan="1" class="ant-descriptions-item-content">Cloud Database</td>
<th class="ant-descriptions-item-label ant-descriptions-item-colon">Billing</th>
<td colspan="1" class="ant-descriptions-item-content">Prepaid</td>
<th class="ant-descriptions-item-label ant-descriptions-item-colon">time</th>
<th class="ant-descriptions-item-label ant-descriptions-item-colon">Time</th>
<td colspan="1" class="ant-descriptions-item-content">18:00:00</td>
</tr>
<tr class="ant-descriptions-row">
Expand All @@ -112,7 +112,7 @@ exports[`renders ./components/descriptions/demo/responsive.md correctly 1`] = `
<br>
Storage space: 10 GB
<br>
Replication_factor:3
Replication_factor: 3
<br>
Region: East China 1
</td>
Expand All @@ -137,7 +137,7 @@ exports[`renders ./components/descriptions/demo/size.md correctly 1`] = `
<td colspan="1" class="ant-descriptions-item-content">Cloud Database</td>
<th class="ant-descriptions-item-label ant-descriptions-item-colon">Billing</th>
<td colspan="1" class="ant-descriptions-item-content">Prepaid</td>
<th class="ant-descriptions-item-label ant-descriptions-item-colon">time</th>
<th class="ant-descriptions-item-label ant-descriptions-item-colon">Time</th>
<td colspan="1" class="ant-descriptions-item-content">18:00:00</td>
</tr>
<tr class="ant-descriptions-row">
Expand All @@ -159,7 +159,7 @@ exports[`renders ./components/descriptions/demo/size.md correctly 1`] = `
<br>
Storage space: 10 GB
<br>
Replication_factor:3
Replication_factor: 3
<br>
Region: East China 1<br></td>
</tr>
Expand All @@ -175,7 +175,7 @@ exports[`renders ./components/descriptions/demo/size.md correctly 1`] = `
<tr class="ant-descriptions-row">
<td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Product</span><span class="ant-descriptions-item-content">Cloud Database</span></td>
<td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Billing</span><span class="ant-descriptions-item-content">Prepaid</span></td>
<td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">time</span><span class="ant-descriptions-item-content">18:00:00</span></td>
<td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Time</span><span class="ant-descriptions-item-content">18:00:00</span></td>
</tr>
<tr class="ant-descriptions-row">
<td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Amount</span><span class="ant-descriptions-item-content">$80.00</span></td>
Expand Down Expand Up @@ -276,7 +276,7 @@ exports[`renders ./components/descriptions/demo/vertical-border.md correctly 1`]
<br>
Storage space: 10 GB
<br>
Replication_factor:3
Replication_factor: 3
<br>
Region: East China 1<br></td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions components/descriptions/demo/responsive.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
>
<a-descriptions-item label="Product">Cloud Database</a-descriptions-item>
<a-descriptions-item label="Billing">Prepaid</a-descriptions-item>
<a-descriptions-item label="time">18:00:00</a-descriptions-item>
<a-descriptions-item label="Time">18:00:00</a-descriptions-item>
<a-descriptions-item label="Amount">$80.00</a-descriptions-item>
<a-descriptions-item label="Discount">$20.00</a-descriptions-item>
<a-descriptions-item label="Official">$60.00</a-descriptions-item>
Expand All @@ -31,7 +31,7 @@
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication_factor: 3
<br />
Region: East China 1
</a-descriptions-item>
Expand Down
6 changes: 3 additions & 3 deletions components/descriptions/demo/size.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Custom sizes to fit in a variety of containers.
<a-descriptions bordered title="Custom Size" :size="size">
<a-descriptions-item label="Product">Cloud Database</a-descriptions-item>
<a-descriptions-item label="Billing">Prepaid</a-descriptions-item>
<a-descriptions-item label="time">18:00:00</a-descriptions-item>
<a-descriptions-item label="Time">18:00:00</a-descriptions-item>
<a-descriptions-item label="Amount">$80.00</a-descriptions-item>
<a-descriptions-item label="Discount">$20.00</a-descriptions-item>
<a-descriptions-item label="Official">$60.00</a-descriptions-item>
Expand All @@ -34,7 +34,7 @@ Custom sizes to fit in a variety of containers.
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication_factor: 3
<br />
Region: East China 1<br />
</a-descriptions-item>
Expand All @@ -44,7 +44,7 @@ Custom sizes to fit in a variety of containers.
<a-descriptions title="Custom Size" :size="size">
<a-descriptions-item label="Product">Cloud Database</a-descriptions-item>
<a-descriptions-item label="Billing">Prepaid</a-descriptions-item>
<a-descriptions-item label="time">18:00:00</a-descriptions-item>
<a-descriptions-item label="Time">18:00:00</a-descriptions-item>
<a-descriptions-item label="Amount">$80.00</a-descriptions-item>
<a-descriptions-item label="Discount">$20.00</a-descriptions-item>
<a-descriptions-item label="Official">$60.00</a-descriptions-item>
Expand Down
2 changes: 1 addition & 1 deletion components/descriptions/demo/vertical-border.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Descriptions with border and background color.
<br />
Storage space: 10 GB
<br />
Replication_factor:3
Replication_factor: 3
<br />
Region: East China 1<br />
</a-descriptions-item>
Expand Down