1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` renders ./components/statistic/demo/basic.vue correctly 1` ] = `
4
- <div class = " ant-row" >
5
- <div class = " ant-col ant-col-12" >
4
+ <div role = " row " class = " ant-row" >
5
+ <div role = " cell " class = " ant-col ant-col-12" >
6
6
<div class = " ant-statistic" style = " margin-right: 50px;" >
7
7
<div class = " ant-statistic-title" >Active Users</div >
8
8
<div class = " ant-statistic-content" >
@@ -11,7 +11,7 @@ exports[`renders ./components/statistic/demo/basic.vue correctly 1`] = `
11
11
</div >
12
12
</div >
13
13
</div >
14
- <div class = " ant-col ant-col-12" >
14
+ <div role = " cell " class = " ant-col ant-col-12" >
15
15
<div class = " ant-statistic" >
16
16
<div class = " ant-statistic-title" >Account Balance (CNY)</div >
17
17
<div class = " ant-statistic-content" >
@@ -25,8 +25,8 @@ exports[`renders ./components/statistic/demo/basic.vue correctly 1`] = `
25
25
26
26
exports [` renders ./components/statistic/demo/card.vue correctly 1` ] = `
27
27
<div style = " background: rgb(236, 236, 236); padding: 30px;" >
28
- <div class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
29
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
28
+ <div role = " row " class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
29
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
30
30
<div class = " ant-card ant-card-bordered" >
31
31
<!---->
32
32
<!---->
@@ -39,7 +39,7 @@ exports[`renders ./components/statistic/demo/card.vue correctly 1`] = `
39
39
<!---->
40
40
</div >
41
41
</div >
42
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
42
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
43
43
<div class = " ant-card ant-card-bordered" >
44
44
<!---->
45
45
<!---->
@@ -57,8 +57,8 @@ exports[`renders ./components/statistic/demo/card.vue correctly 1`] = `
57
57
` ;
58
58
59
59
exports [` renders ./components/statistic/demo/countdown.vue correctly 1` ] = `
60
- <div class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
61
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
60
+ <div role = " row " class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
61
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
62
62
<div class = " ant-statistic" style = " margin-right: 50px;" >
63
63
<div class = " ant-statistic-title" >Countdown</div >
64
64
<div class = " ant-statistic-content" >
@@ -67,7 +67,7 @@ exports[`renders ./components/statistic/demo/countdown.vue correctly 1`] = `
67
67
</div >
68
68
</div >
69
69
</div >
70
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
70
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
71
71
<div class = " ant-statistic" style = " margin-right: 50px;" >
72
72
<div class = " ant-statistic-title" >Million Seconds</div >
73
73
<div class = " ant-statistic-content" >
@@ -76,7 +76,7 @@ exports[`renders ./components/statistic/demo/countdown.vue correctly 1`] = `
76
76
</div >
77
77
</div >
78
78
</div >
79
- <div class = " ant-col ant-col-24" style = " padding-left: 8px; padding-right: 8px; margin-top: 32px;" >
79
+ <div role = " cell " class = " ant-col ant-col-24" style = " padding-left: 8px; padding-right: 8px; margin-top: 32px;" >
80
80
<div class = " ant-statistic" >
81
81
<div class = " ant-statistic-title" >Day Level</div >
82
82
<div class = " ant-statistic-content" >
@@ -89,8 +89,8 @@ exports[`renders ./components/statistic/demo/countdown.vue correctly 1`] = `
89
89
` ;
90
90
91
91
exports [` renders ./components/statistic/demo/countdown-slot.vue correctly 1` ] = `
92
- <div class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
93
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
92
+ <div role = " row " class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
93
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
94
94
<div class = " ant-statistic" style = " margin-right: 50px;" >
95
95
<div class = " ant-statistic-title" ><span >Countdown</span >
96
96
<!----><span role="img" aria-label="question-circle" style="margin-left: 5px;" tabindex="-1" class="anticon anticon-question-circle"><svg focusable="false" class="" data-icon="question-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" fill="#1890ff"></path><path d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 00-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z" fill="#e6f7ff"></path><path d="M472 732a40 40 0 1080 0 40 40 0 10-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0130.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z" fill="#1890ff"></path></svg></span>
@@ -101,7 +101,7 @@ exports[`renders ./components/statistic/demo/countdown-slot.vue correctly 1`] =
101
101
</div >
102
102
</div >
103
103
</div >
104
- <div class = " ant-col ant-col-24" style = " padding-left: 8px; padding-right: 8px; margin-top: 32px;" >
104
+ <div role = " cell " class = " ant-col ant-col-24" style = " padding-left: 8px; padding-right: 8px; margin-top: 32px;" >
105
105
<div class = " ant-statistic" style = " margin-right: 50px;" >
106
106
<div class = " ant-statistic-title" >Million Seconds countdown</div >
107
107
<div class = " ant-statistic-content" ><span class = " ant-statistic-content-prefix" ><span >There's only</span ></span ><span class = " ant-statistic-content-value" >40:00:00:000</span ><span class = " ant-statistic-content-suffix" ><span >left for the end.</span ></span ></div >
@@ -111,16 +111,16 @@ exports[`renders ./components/statistic/demo/countdown-slot.vue correctly 1`] =
111
111
` ;
112
112
113
113
exports [` renders ./components/statistic/demo/unit.vue correctly 1` ] = `
114
- <div class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
115
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
114
+ <div role = " row " class = " ant-row" style = " margin-left: -8px; margin-right: -8px;" >
115
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
116
116
<div class = " ant-statistic" style = " margin-right: 50px;" >
117
117
<div class = " ant-statistic-title" >Feedback</div >
118
118
<div class = " ant-statistic-content" >
119
119
<!----><span class="ant-statistic-content-value"><span class="ant-statistic-content-value-int">1,128</span></span><span class="ant-statistic-content-suffix"><span role="img" aria-label="like" class="anticon anticon-like"><svg focusable="false" class="" data-icon="like" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896"><path d="M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 00-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 00471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0142.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z"></path></svg></span></span>
120
120
</div >
121
121
</div >
122
122
</div >
123
- <div class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
123
+ <div role = " cell " class = " ant-col ant-col-12" style = " padding-left: 8px; padding-right: 8px;" >
124
124
<div class = " ant-statistic demo-class" >
125
125
<div class = " ant-statistic-title" >Unmerged</div >
126
126
<div class = " ant-statistic-content" >
0 commit comments