|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`Descriptions Descriptions support colon 1`] = ` |
| 4 | +<div class="ant-descriptions"> |
| 5 | + <div class="ant-descriptions-view"> |
| 6 | + <table> |
| 7 | + <tbody> |
| 8 | + <tr class="ant-descriptions-row"> |
| 9 | + <td colspan="3" class="ant-descriptions-item"><span class="ant-descriptions-item-label">Product</span><span class="ant-descriptions-item-content">Cloud Database</span></td> |
| 10 | + </tr> |
| 11 | + </tbody> |
| 12 | + </table> |
| 13 | + </div> |
| 14 | +</div> |
| 15 | +`; |
| 16 | + |
| 17 | +exports[`Descriptions Descriptions support style 1`] = ` |
| 18 | +<div class="ant-descriptions" style="background-color: rgb(232, 232, 232);"> |
| 19 | + <div class="ant-descriptions-view"> |
| 20 | + <table> |
| 21 | + <tbody> |
| 22 | + <tr class="ant-descriptions-row"> |
| 23 | + <td colspan="3" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon ant-descriptions-item-no-label"></span><span class="ant-descriptions-item-content">Cloud Database</span></td> |
| 24 | + </tr> |
| 25 | + </tbody> |
| 26 | + </table> |
| 27 | + </div> |
| 28 | +</div> |
| 29 | +`; |
| 30 | + |
| 31 | +exports[`Descriptions Descriptions.Item support className 1`] = ` |
| 32 | +<div class="ant-descriptions"> |
| 33 | + <div class="ant-descriptions-view"> |
| 34 | + <table> |
| 35 | + <tbody> |
| 36 | + <tr class="ant-descriptions-row"> |
| 37 | + <td colspan="3" 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> |
| 38 | + </tr> |
| 39 | + </tbody> |
| 40 | + </table> |
| 41 | + </div> |
| 42 | +</div> |
| 43 | +`; |
| 44 | + |
| 45 | +exports[`Descriptions column is number 1`] = ` |
| 46 | +<div class="ant-descriptions"> |
| 47 | + <div class="ant-descriptions-view"> |
| 48 | + <table> |
| 49 | + <tbody> |
| 50 | + <tr class="ant-descriptions-row"> |
| 51 | + <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> |
| 52 | + <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> |
| 53 | + <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> |
| 54 | + </tr> |
| 55 | + <tr class="ant-descriptions-row"> |
| 56 | + <td colspan="3" 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> |
| 57 | + </tr> |
| 58 | + </tbody> |
| 59 | + </table> |
| 60 | + </div> |
| 61 | +</div> |
| 62 | +`; |
| 63 | + |
| 64 | +exports[`Descriptions vertical layout 1`] = ` |
| 65 | +<div class="ant-descriptions"> |
| 66 | + <div class="ant-descriptions-view"> |
| 67 | + <table> |
| 68 | + <tbody> |
| 69 | + <tr class="ant-descriptions-row"> |
| 70 | + <td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Product</span></td> |
| 71 | + <td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Billing</span></td> |
| 72 | + <td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">time</span></td> |
| 73 | + </tr> |
| 74 | + <tr class="ant-descriptions-row"> |
| 75 | + <td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-content">Cloud Database</span></td> |
| 76 | + <td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-content">Prepaid</span></td> |
| 77 | + <td colspan="1" class="ant-descriptions-item"><span class="ant-descriptions-item-content">18:00:00</span></td> |
| 78 | + </tr> |
| 79 | + <tr class="ant-descriptions-row"> |
| 80 | + <td colspan="3" class="ant-descriptions-item"><span class="ant-descriptions-item-label ant-descriptions-item-colon">Amount</span></td> |
| 81 | + </tr> |
| 82 | + <tr class="ant-descriptions-row"> |
| 83 | + <td colspan="3" class="ant-descriptions-item"><span class="ant-descriptions-item-content">$80.00</span></td> |
| 84 | + </tr> |
| 85 | + </tbody> |
| 86 | + </table> |
| 87 | + </div> |
| 88 | +</div> |
| 89 | +`; |
| 90 | + |
| 91 | +exports[`Descriptions when item is rendered conditionally 1`] = ` |
| 92 | +<div class="ant-descriptions"> |
| 93 | + <div class="ant-descriptions-view"> |
| 94 | + <table> |
| 95 | + <tbody> |
| 96 | + <tr class="ant-descriptions-row"> |
| 97 | + <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> |
| 98 | + <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> |
| 99 | + <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> |
| 100 | + </tr> |
| 101 | + <tr class="ant-descriptions-row"> |
| 102 | + <td colspan="3" 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> |
| 103 | + </tr> |
| 104 | + </tbody> |
| 105 | + </table> |
| 106 | + </div> |
| 107 | +</div> |
| 108 | +`; |
0 commit comments