Browse Source

pathchooser 样式

es6
windy 7 years ago
parent
commit
5fb713fb75
  1. 2
      bi/widget.js
  2. 2
      docs/widget.js
  3. 2
      src/widget/pathchooser/pathregion.js

2
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,

2
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,

2
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,

Loading…
Cancel
Save