From 90fa22f2aa1b48977437fc9e4c479f4d3f07614d Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 15 Aug 2016 15:40:29 +0800 Subject: [PATCH] * update progress-bar document. --- docs/part/control-progressbar.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/part/control-progressbar.html b/docs/part/control-progressbar.html index fe386e925..db375c838 100755 --- a/docs/part/control-progressbar.html +++ b/docs/part/control-progressbar.html @@ -10,7 +10,7 @@

基本类型

- +
@@ -43,7 +43,7 @@

颜色主题

为了一致的样式,进度条颜色使用与按钮相同的类。

-
进度条
+
@@ -121,7 +121,7 @@

特殊效果

用一个渐变可以创建条纹效果,在IE8中不可用。

-
进度条。 描述
+
@@ -197,6 +197,7 @@ function afterPageLoad() { var changeProgressBar = function() { var $progressbar = $(this); var $bar = $progressbar.children('.progress-bar'); + console.log("change", $bar); if($bar.length === 1) { var val = Math.round(Math.random() * 100); $bar.css('width', val + '%').closest('tr').find('.progressbar-value').text(val); -- GitLab
进度条 描述