fay 6 years ago
parent
commit
6021807d6a
  1. 2
      dist/bundle.css
  2. 4
      dist/bundle.js
  3. 2
      dist/fineui.css
  4. 4
      dist/fineui.js
  5. 2
      dist/resource.css
  6. 4
      dist/widget.js
  7. 2
      public/css/font.css
  8. 2
      src/css/resource/font.css
  9. 4
      src/less/resource/font.less
  10. 4
      src/widget/numbereditor/number.editor.js
  11. 2
      ui/css/font.css

2
dist/bundle.css vendored

@ -5786,7 +5786,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #13cd66;
}
.add-up-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.add-up-font .b-font:before {
@ -5798,7 +5797,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.minus-down-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.minus-down-font .b-font:before {

4
dist/bundle.js vendored

@ -102053,7 +102053,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -102064,7 +102064,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);

2
dist/fineui.css vendored

@ -5786,7 +5786,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #13cd66;
}
.add-up-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.add-up-font .b-font:before {
@ -5798,7 +5797,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.minus-down-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.minus-down-font .b-font:before {

4
dist/fineui.js vendored

@ -102302,7 +102302,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -102313,7 +102313,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);

2
dist/resource.css vendored

@ -1235,7 +1235,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #13cd66;
}
.add-up-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.add-up-font .b-font:before {
@ -1247,7 +1246,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.minus-down-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.minus-down-font .b-font:before {

4
dist/widget.js vendored

@ -14243,7 +14243,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -14254,7 +14254,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);

2
public/css/font.css

@ -899,7 +899,6 @@
color: #13cd66;
}
.add-up-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.add-up-font .b-font:before {
@ -911,7 +910,6 @@
color: inherit;
}
.minus-down-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.minus-down-font .b-font:before {

2
src/css/resource/font.css

@ -899,7 +899,6 @@
color: #13cd66;
}
.add-up-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.add-up-font .b-font:before {
@ -911,7 +910,6 @@
color: inherit;
}
.minus-down-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.minus-down-font .b-font:before {

4
src/less/resource/font.less

@ -115,5 +115,5 @@
.font(text-add-tip-font, @font-add, @color-bi-text-success);
.font(add-up-font, @font-up-triangle, inherit, @font-size-12);
.font(minus-down-font, @font-down-triangle, inherit, @font-size-12);
.font(add-up-font, @font-up-triangle);
.font(minus-down-font, @font-down-triangle);

4
src/widget/numbereditor/number.editor.js

@ -42,7 +42,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
forceNotSelected: true,
trigger: "lclick,",
cls: "add-up-font top-button bi-border-left bi-list-item-active3"
cls: "add-up-font top-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.topBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(o.step);
@ -53,7 +53,7 @@ BI.NumberEditor = BI.inherit(BI.Widget, {
type: "bi.icon_button",
trigger: "lclick,",
forceNotSelected: true,
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3"
cls: "minus-down-font bottom-button bi-border-left bi-list-item-active3 icon-size-12"
});
this.bottomBtn.on(BI.IconButton.EVENT_CHANGE, function () {
self._finetuning(-o.step);

2
ui/css/font.css

@ -899,7 +899,6 @@
color: #13cd66;
}
.add-up-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.add-up-font .b-font:before {
@ -911,7 +910,6 @@
color: inherit;
}
.minus-down-font .b-font {
font-size: 12px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.minus-down-font .b-font:before {

Loading…
Cancel
Save