From 8a124cfdc452d439266848ba68f0a27a2889f7d2 Mon Sep 17 00:00:00 2001 From: pangxie1991 Date: Wed, 11 Jan 2017 16:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/steps/wxss/step.wxss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/steps/wxss/step.wxss b/dist/steps/wxss/step.wxss index 1cea7149..17fdc548 100644 --- a/dist/steps/wxss/step.wxss +++ b/dist/steps/wxss/step.wxss @@ -98,7 +98,6 @@ position: absolute; right: 0; top: 0; - bottom: 0; text-align: right; } @@ -117,6 +116,10 @@ } /* 有描述的step */ +.zui-steps--steps .zui-steps__step--db-title { + min-height: 28px; +} + .zui-steps--steps .zui-steps__step--db-title .zui-steps__line { top: 46px; }