@@ -98,13 +98,13 @@ exports[`renders ./components/steps/demo/clickable.vue correctly 1`] = `
98
98
99
99
exports [` renders ./components/steps/demo/customized-progress-dot.vue correctly 1` ] = `
100
100
<div >
101
- <div class = " ant-steps ant-steps-vertical" >
101
+ <div class = " ant-steps ant-steps-vertical ant-steps-dot " >
102
102
<div class = " ant-steps-item ant-steps-item-finish" >
103
103
<div role = " button" tabindex = " 0" class = " ant-steps-item-container" >
104
104
<div class = " ant-steps-item-tail" >
105
105
<!---->
106
106
</div >
107
- <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" ><span role = " img " aria-label = " check " class = " anticon anticon-check [object Object]-finish-icon " >< svg focusable = " false " class = " " data- icon= " check " width = " 1em " height = " 1em " fill = " currentColor " aria-hidden = " true " viewBox = " 64 64 896 896 " >< path d = " M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z " ></ path ></ svg ></span ></span ></div >
107
+ <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" ><!---->< span class = " ant-steps- icon-dot " ></span ></span ></div >
108
108
<div class = " ant-steps-item-content" >
109
109
<div class = " ant-steps-item-title" >Finished
110
110
<!---->
@@ -118,7 +118,7 @@ exports[`renders ./components/steps/demo/customized-progress-dot.vue correctly 1
118
118
<div class = " ant-steps-item-tail" >
119
119
<!---->
120
120
</div >
121
- <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" >2 </span ></div >
121
+ <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" ><!---->< span class = " ant-steps-icon-dot " ></ span > </span ></div >
122
122
<div class = " ant-steps-item-content" >
123
123
<div class = " ant-steps-item-title" >In Progress
124
124
<!---->
@@ -132,7 +132,7 @@ exports[`renders ./components/steps/demo/customized-progress-dot.vue correctly 1
132
132
<div class = " ant-steps-item-tail" >
133
133
<!---->
134
134
</div >
135
- <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" >3 </span ></div >
135
+ <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" ><!---->< span class = " ant-steps-icon-dot " ></ span > </span ></div >
136
136
<div class = " ant-steps-item-content" >
137
137
<div class = " ant-steps-item-title" >Waiting
138
138
<!---->
@@ -146,7 +146,7 @@ exports[`renders ./components/steps/demo/customized-progress-dot.vue correctly 1
146
146
<div class = " ant-steps-item-tail" >
147
147
<!---->
148
148
</div >
149
- <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" >4 </span ></div >
149
+ <div class = " ant-steps-item-icon" ><span class = " ant-steps-icon" ><!---->< span class = " ant-steps-icon-dot " ></ span > </span ></div >
150
150
<div class = " ant-steps-item-content" >
151
151
<div class = " ant-steps-item-title" >Waiting
152
152
<!---->
0 commit comments