From f86afcb694dd3af91e50fe9a1d5d45c39329b265 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 7 Nov 2017 05:41:34 -0600 Subject: [PATCH] [bugfix] Steps style error when has more than 4 items (#287) * [bugfix] CouponList always show empty info * [bugfix] add click feedback of buttons in components * [Doc] add custom theme document * [new feature] Notice bar support more props * [bugfix] PullRefresh test cases * [bugfix] unused NoticeBar style * [bugfix] Swipe width calc error * [Doc] english document of all action components * [Doc] change document site path to /zanui/vant * [Doc] fix * [bugfix] uploader style error * [bugfix] tabs document demo * [new feature] Cell support vue-router target route * [bugfix] add cell test cases * update yarn.lock * [bugfix] Tabbar cann't display info when use icon slot * [Doc] update document title * [bugfix] Dialog should reset button text when showed * [new feature] CouponList add showCloseButton prop * [new feature] Swipe add 'initialSwipe' prop * [bugfix] NoticeBar text disappeared when page back * [new feature] ImagePreview support startPosition * fix: improve imagePreview test cases * [bugfix] Steps style error when has more than 4 items --- packages/steps/index.vue | 12 +----------- packages/vant-css/src/steps.css | 14 ++------------ 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/packages/steps/index.vue b/packages/steps/index.vue index a333938be..9c01f7e84 100644 --- a/packages/steps/index.vue +++ b/packages/steps/index.vue @@ -1,5 +1,5 @@