From 14308db2891ae50bc52cfa1859ebb6d249c687f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Tue, 20 Aug 2019 12:31:52 +0800 Subject: [PATCH] :bug: Fix Steps vertical progressDot style (#18356) broken via #17994 close #18354 --- .../__tests__/__snapshots__/demo.test.js.snap | 328 ++++++++++++++---- components/steps/demo/progress-dot.md | 22 +- components/steps/style/progress-dot.less | 3 +- 3 files changed, 277 insertions(+), 76 deletions(-) diff --git a/components/steps/__tests__/__snapshots__/demo.test.js.snap b/components/steps/__tests__/__snapshots__/demo.test.js.snap index 6e303ca054..96a4648af3 100644 --- a/components/steps/__tests__/__snapshots__/demo.test.js.snap +++ b/components/steps/__tests__/__snapshots__/demo.test.js.snap @@ -1189,113 +1189,303 @@ exports[`renders ./components/steps/demo/nav.md correctly 1`] = ` `; exports[`renders ./components/steps/demo/progress-dot.md correctly 1`] = ` -
+
-
- +
- -
-
-
- Finished + class="ant-steps-icon" + > + +
- This is a description. +
+ Finished +
+
+ This is a description. +
+
+
+
+
+
+
+
+ + + +
+
+
+ In Progress +
+
+ This is a description. +
+
+
+
+
+
+
+
+ + + +
+
+
+ Waiting +
+
+ This is a description. +