Browse Source

尺寸更改

es6
windy 7 years ago
parent
commit
bc8510dad9
  1. 3
      bi/widget.js
  2. 3
      docs/widget.js
  3. 3
      src/widget/finetuningnumbereditor/finetuning.number.editor.js

3
bi/widget.js

@ -5502,6 +5502,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
var self = this, o = this.options;
this.editor = BI.createWidget({
type: "bi.sign_editor",
height: o.height,
value: this._alertInEditorValue(o.value),
errorText: BI.i18nText("BI-Please_Input_Natural_Number"),
validationChecker: function(v){
@ -5549,7 +5550,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
el: this.bottomBtn
}]
},
width: 30
width: 23
}]
});
},

3
docs/widget.js

@ -5502,6 +5502,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
var self = this, o = this.options;
this.editor = BI.createWidget({
type: "bi.sign_editor",
height: o.height,
value: this._alertInEditorValue(o.value),
errorText: BI.i18nText("BI-Please_Input_Natural_Number"),
validationChecker: function(v){
@ -5549,7 +5550,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
el: this.bottomBtn
}]
},
width: 30
width: 23
}]
});
},

3
src/widget/finetuningnumbereditor/finetuning.number.editor.js

@ -15,6 +15,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
var self = this, o = this.options;
this.editor = BI.createWidget({
type: "bi.sign_editor",
height: o.height,
value: this._alertInEditorValue(o.value),
errorText: BI.i18nText("BI-Please_Input_Natural_Number"),
validationChecker: function(v){
@ -62,7 +63,7 @@ BI.FineTuningNumberEditor = BI.inherit(BI.Widget, {
el: this.bottomBtn
}]
},
width: 30
width: 23
}]
});
},

Loading…
Cancel
Save