windy 6 years ago
parent
commit
c1ab7cc6ce
  1. 2
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 2
      dist/fineui.min.js
  5. 2
      dist/widget.js
  6. 2
      src/widget/singleselect/singleselect.item.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -103918,7 +103918,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 16
width: 36
}, this.text)
}))));
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/widget.js vendored

@ -16762,7 +16762,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 16
width: 36
}, this.text)
}))));
},

2
src/widget/singleselect/singleselect.item.js

@ -40,7 +40,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 16
width: 36
}, this.text)
}))));
},

Loading…
Cancel
Save