From 5fb713fb75c7784ef16b1683efddcff34e7029f4 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 5 May 2017 10:26:19 +0800 Subject: [PATCH] =?UTF-8?q?pathchooser=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bi/widget.js | 2 +- docs/widget.js | 2 +- src/widget/pathchooser/pathregion.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bi/widget.js b/bi/widget.js index 54c1276be..9d27e764f 100644 --- a/bi/widget.js +++ b/bi/widget.js @@ -13603,7 +13603,7 @@ BI.PathRegion = BI.inherit(BI.Widget, { if (BI.isKey(value)) { var label = BI.createWidget({ type: "bi.label", - cls: "path-region-label bi-card bi-border bi-list-item-active", + cls: "path-region-label bi-card bi-border bi-list-item-select", text: text, value: value, title: text || value, diff --git a/docs/widget.js b/docs/widget.js index 54c1276be..9d27e764f 100644 --- a/docs/widget.js +++ b/docs/widget.js @@ -13603,7 +13603,7 @@ BI.PathRegion = BI.inherit(BI.Widget, { if (BI.isKey(value)) { var label = BI.createWidget({ type: "bi.label", - cls: "path-region-label bi-card bi-border bi-list-item-active", + cls: "path-region-label bi-card bi-border bi-list-item-select", text: text, value: value, title: text || value, diff --git a/src/widget/pathchooser/pathregion.js b/src/widget/pathchooser/pathregion.js index c3a9e5e33..de0a9c090 100644 --- a/src/widget/pathchooser/pathregion.js +++ b/src/widget/pathchooser/pathregion.js @@ -46,7 +46,7 @@ BI.PathRegion = BI.inherit(BI.Widget, { if (BI.isKey(value)) { var label = BI.createWidget({ type: "bi.label", - cls: "path-region-label bi-card bi-border bi-list-item-active", + cls: "path-region-label bi-card bi-border bi-list-item-select", text: text, value: value, title: text || value,