From ffd304bf0c3bba469a2e7af79acda16affeaa207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E5=B8=85=E4=BD=B6?= Date: Wed, 23 Sep 2015 11:56:38 +0800 Subject: [PATCH] progress bar style bugfix --- style/components/progress.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style/components/progress.less b/style/components/progress.less index 6bf0869ba8..3505c5625d 100644 --- a/style/components/progress.less +++ b/style/components/progress.less @@ -28,6 +28,7 @@ border-radius: 100px; background-color: @primary-color; transition: all 0.3s linear 0s; + position: relative; } &-line-text { position: absolute;