windy 6 years ago
parent
commit
1ec8b2a1d9
  1. 1
      dist/base.css
  2. 1
      dist/bundle.css
  3. 2
      dist/bundle.js
  4. 1
      dist/fineui.css
  5. 2
      dist/fineui.js
  6. 2
      dist/widget.js
  7. 1
      src/css/base/single/tip/tip.css
  8. 1
      src/less/base/single/tip/tip.toast.less
  9. 2
      src/widget/intervalslider/intervalslider.js

1
dist/base.css vendored

@ -1311,7 +1311,6 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-toast {
font-size: 14px;
color: #ffffff;
max-width: 400px;
min-width: 150px;

1
dist/bundle.css vendored

@ -3008,7 +3008,6 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-toast {
font-size: 14px;
color: #ffffff;
max-width: 400px;
min-width: 150px;

2
dist/bundle.js vendored

@ -94491,7 +94491,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}());/**
* Created by zcf on 2016/9/26.
*/
BI.IntervalSlider = BI.inherit(BI.Widget, {
BI.IntervalSlider = BI.inherit(BI.Single, {
_constant: {
EDITOR_WIDTH: 58,
EDITOR_R_GAP: 60,

1
dist/fineui.css vendored

@ -3008,7 +3008,6 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-toast {
font-size: 14px;
color: #ffffff;
max-width: 400px;
min-width: 150px;

2
dist/fineui.js vendored

@ -94734,7 +94734,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}());/**
* Created by zcf on 2016/9/26.
*/
BI.IntervalSlider = BI.inherit(BI.Widget, {
BI.IntervalSlider = BI.inherit(BI.Single, {
_constant: {
EDITOR_WIDTH: 58,
EDITOR_R_GAP: 60,

2
dist/widget.js vendored

@ -6867,7 +6867,7 @@ BI.Filter.FILTER_TYPE.EMPTY_CONDITION = 37;
}());/**
* Created by zcf on 2016/9/26.
*/
BI.IntervalSlider = BI.inherit(BI.Widget, {
BI.IntervalSlider = BI.inherit(BI.Single, {
_constant: {
EDITOR_WIDTH: 58,
EDITOR_R_GAP: 60,

1
src/css/base/single/tip/tip.css

@ -25,7 +25,6 @@
}
.bi-toast {
font-size: 14px;
color: #ffffff;
max-width: 400px;
min-width: 150px;

1
src/less/base/single/tip/tip.toast.less

@ -1,7 +1,6 @@
@import "../../../index";
.bi-toast{
font-size: @font-size-14;
color: @color-bi-text;
max-width: 400px;
min-width: 150px;

2
src/widget/intervalslider/intervalslider.js

@ -1,7 +1,7 @@
/**
* Created by zcf on 2016/9/26.
*/
BI.IntervalSlider = BI.inherit(BI.Widget, {
BI.IntervalSlider = BI.inherit(BI.Single, {
_constant: {
EDITOR_WIDTH: 58,
EDITOR_R_GAP: 60,

Loading…
Cancel
Save