From f64de478721798a436b1b9d2548c4653c79ef478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Tue, 17 Sep 2019 15:37:05 +0800 Subject: [PATCH] update Steps style --- examples/routers/steps.vue | 171 ++++++++----------------------- src/components/steps/step.vue | 17 ++- src/components/steps/steps.vue | 8 +- src/styles/components/steps.less | 16 ++- 4 files changed, 70 insertions(+), 142 deletions(-) diff --git a/examples/routers/steps.vue b/examples/routers/steps.vue index 8a1fa0c7..8000ed7d 100644 --- a/examples/routers/steps.vue +++ b/examples/routers/steps.vue @@ -1,130 +1,55 @@ diff --git a/src/components/steps/step.vue b/src/components/steps/step.vue index db97356f..ba004b58 100644 --- a/src/components/steps/step.vue +++ b/src/components/steps/step.vue @@ -1,9 +1,9 @@