Browse Source

无JIRA方式 零散的边框导致边框高亮缺一边

es6
windy 6 years ago
parent
commit
4628ba7a0f
  1. 12
      dist/bundle.js
  2. 4
      dist/bundle.min.js
  3. 12
      dist/fineui.js
  4. 4
      dist/fineui.min.js
  5. 12
      dist/fineui_without_jquery_polyfill.js
  6. 2
      dist/utils.min.js
  7. 12
      dist/widget.js
  8. 12
      src/widget/numberinterval/numberinterval.js

12
dist/bundle.js vendored

@ -71897,7 +71897,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-small-editor bi-border-top bi-border-bottom bi-border-left"
cls: "number-interval-small-editor bi-border"
});
this.smallTip = BI.createWidget({
@ -71934,7 +71934,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-big-editor bi-border-top bi-border-bottom bi-border-right"
cls: "number-interval-big-editor bi-border"
});
this.bigTip = BI.createWidget({
@ -71970,7 +71970,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
// });
this.smallCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-small-combo bi-border",
cls: "number-interval-small-combo bi-border-top bi-border-bottom bi-border-right",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -71989,7 +71989,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
this.bigCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-big-combo bi-border",
cls: "number-interval-big-combo bi-border-top bi-border-bottom bi-border-left",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -72021,7 +72021,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
el: self.smallEditor
}, {
el: self.smallCombo,
width: c.width - c.border * 2
width: c.width - c.border
}]
});
@ -72029,7 +72029,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
type: "bi.htape",
items: [{
el: self.bigCombo,
width: c.width - c.border * 2
width: c.width - c.border
}, {
el: self.bigEditor,
// BI-23883 间距考虑边框

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/fineui.js vendored

@ -72139,7 +72139,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-small-editor bi-border-top bi-border-bottom bi-border-left"
cls: "number-interval-small-editor bi-border"
});
this.smallTip = BI.createWidget({
@ -72176,7 +72176,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-big-editor bi-border-top bi-border-bottom bi-border-right"
cls: "number-interval-big-editor bi-border"
});
this.bigTip = BI.createWidget({
@ -72212,7 +72212,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
// });
this.smallCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-small-combo bi-border",
cls: "number-interval-small-combo bi-border-top bi-border-bottom bi-border-right",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -72231,7 +72231,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
this.bigCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-big-combo bi-border",
cls: "number-interval-big-combo bi-border-top bi-border-bottom bi-border-left",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -72263,7 +72263,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
el: self.smallEditor
}, {
el: self.smallCombo,
width: c.width - c.border * 2
width: c.width - c.border
}]
});
@ -72271,7 +72271,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
type: "bi.htape",
items: [{
el: self.bigCombo,
width: c.width - c.border * 2
width: c.width - c.border
}, {
el: self.bigEditor,
// BI-23883 间距考虑边框

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/fineui_without_jquery_polyfill.js vendored

@ -55023,7 +55023,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-small-editor bi-border-top bi-border-bottom bi-border-left"
cls: "number-interval-small-editor bi-border"
});
this.smallTip = BI.createWidget({
@ -55060,7 +55060,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-big-editor bi-border-top bi-border-bottom bi-border-right"
cls: "number-interval-big-editor bi-border"
});
this.bigTip = BI.createWidget({
@ -55096,7 +55096,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
// });
this.smallCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-small-combo bi-border",
cls: "number-interval-small-combo bi-border-top bi-border-bottom bi-border-right",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -55115,7 +55115,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
this.bigCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-big-combo bi-border",
cls: "number-interval-big-combo bi-border-top bi-border-bottom bi-border-left",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -55147,7 +55147,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
el: self.smallEditor
}, {
el: self.smallCombo,
width: c.width - c.border * 2
width: c.width - c.border
}]
});
@ -55155,7 +55155,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
type: "bi.htape",
items: [{
el: self.bigCombo,
width: c.width - c.border * 2
width: c.width - c.border
}, {
el: self.bigEditor,
// BI-23883 间距考虑边框

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

12
dist/widget.js vendored

@ -13355,7 +13355,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-small-editor bi-border-top bi-border-bottom bi-border-left"
cls: "number-interval-small-editor bi-border"
});
this.smallTip = BI.createWidget({
@ -13392,7 +13392,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-big-editor bi-border-top bi-border-bottom bi-border-right"
cls: "number-interval-big-editor bi-border"
});
this.bigTip = BI.createWidget({
@ -13428,7 +13428,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
// });
this.smallCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-small-combo bi-border",
cls: "number-interval-small-combo bi-border-top bi-border-bottom bi-border-right",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -13447,7 +13447,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
this.bigCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-big-combo bi-border",
cls: "number-interval-big-combo bi-border-top bi-border-bottom bi-border-left",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -13479,7 +13479,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
el: self.smallEditor
}, {
el: self.smallCombo,
width: c.width - c.border * 2
width: c.width - c.border
}]
});
@ -13487,7 +13487,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
type: "bi.htape",
items: [{
el: self.bigCombo,
width: c.width - c.border * 2
width: c.width - c.border
}, {
el: self.bigEditor,
// BI-23883 间距考虑边框

12
src/widget/numberinterval/numberinterval.js

@ -50,7 +50,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-small-editor bi-border-top bi-border-bottom bi-border-left"
cls: "number-interval-small-editor bi-border"
});
this.smallTip = BI.createWidget({
@ -87,7 +87,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
return true;
},
cls: "number-interval-big-editor bi-border-top bi-border-bottom bi-border-right"
cls: "number-interval-big-editor bi-border"
});
this.bigTip = BI.createWidget({
@ -123,7 +123,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
// });
this.smallCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-small-combo bi-border",
cls: "number-interval-small-combo bi-border-top bi-border-bottom bi-border-right",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -142,7 +142,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
}
this.bigCombo = BI.createWidget({
type: "bi.icon_combo",
cls: "number-interval-big-combo bi-border",
cls: "number-interval-big-combo bi-border-top bi-border-bottom bi-border-left",
height: o.height - 2,
items: [{
text: "(" + BI.i18nText("BI-Less_Than") + ")",
@ -174,7 +174,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
el: self.smallEditor
}, {
el: self.smallCombo,
width: c.width - c.border * 2
width: c.width - c.border
}]
});
@ -182,7 +182,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
type: "bi.htape",
items: [{
el: self.bigCombo,
width: c.width - c.border * 2
width: c.width - c.border
}, {
el: self.bigEditor,
// BI-23883 间距考虑边框

Loading…
Cancel
Save