Browse Source

BI-25122 && BI-25134

es6
windy 6 years ago
parent
commit
26feea671d
  1. 18
      dist/bundle.css
  2. 7
      dist/bundle.js
  3. 4
      dist/case.js
  4. 6
      dist/core.css
  5. 6
      dist/core_without_normalize.css
  6. 18
      dist/fineui.css
  7. 7
      dist/fineui.js
  8. 12
      dist/resource.css
  9. 3
      dist/widget.js
  10. 12
      public/css/font.css
  11. 2
      src/case/button/item.multiselect.js
  12. 2
      src/case/toolbar/toolbar.multiselect.js
  13. 6
      src/css/core/utils/common.css
  14. 12
      src/css/resource/font.css
  15. 6
      src/less/core/utils/common.less
  16. 2
      src/less/lib/colors.less
  17. 1
      src/less/lib/constant.less
  18. 6
      src/less/resource/font.less
  19. 3
      src/widget/singleselect/singleselect.item.js
  20. 12
      ui/css/font.css

18
dist/bundle.css vendored

@ -472,14 +472,14 @@ textarea {
border-color: #3685f2;
}
.bi-water-mark {
color: #cccccc;
color: #c4c9d1;
cursor: text;
}
.bi-water-mark .bi-input {
color: #cccccc;
color: #c4c9d1;
}
.bi-water-mark .bi-textarea {
color: #cccccc;
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
@ -5049,18 +5049,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font:hover .b-font:before,
.pull-down-h-font.hover .b-font:before {
@ -5069,14 +5069,14 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-h-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font:hover .b-font:before,
.pull-down-ha-font.hover .b-font:before {
@ -5090,7 +5090,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-ha-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

7
dist/bundle.js vendored

@ -72678,7 +72678,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.checkbox],
width: 36
width: 26
}, this.text)
}))));
},
@ -86035,7 +86035,7 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, {
type: "bi.htape",
element: this,
items: [{
width: 36,
width: 26,
el: {
type: "bi.center_adapt",
items: [this.checkbox, this.half]
@ -107260,7 +107260,6 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
hgap: 10,
height: 24
});
},
@ -107290,7 +107289,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 26
}, this.text)
}))));
},

4
dist/case.js vendored

@ -199,7 +199,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.checkbox],
width: 36
width: 26
}, this.text)
}))));
},
@ -13556,7 +13556,7 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, {
type: "bi.htape",
element: this,
items: [{
width: 36,
width: 26,
el: {
type: "bi.center_adapt",
items: [this.checkbox, this.half]

6
dist/core.css vendored

@ -472,14 +472,14 @@ textarea {
border-color: #3685f2;
}
.bi-water-mark {
color: #cccccc;
color: #c4c9d1;
cursor: text;
}
.bi-water-mark .bi-input {
color: #cccccc;
color: #c4c9d1;
}
.bi-water-mark .bi-textarea {
color: #cccccc;
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;

6
dist/core_without_normalize.css vendored

@ -194,14 +194,14 @@ textarea {
border-color: #3685f2;
}
.bi-water-mark {
color: #cccccc;
color: #c4c9d1;
cursor: text;
}
.bi-water-mark .bi-input {
color: #cccccc;
color: #c4c9d1;
}
.bi-water-mark .bi-textarea {
color: #cccccc;
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;

18
dist/fineui.css vendored

@ -472,14 +472,14 @@ textarea {
border-color: #3685f2;
}
.bi-water-mark {
color: #cccccc;
color: #c4c9d1;
cursor: text;
}
.bi-water-mark .bi-input {
color: #cccccc;
color: #c4c9d1;
}
.bi-water-mark .bi-textarea {
color: #cccccc;
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
@ -5049,18 +5049,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font:hover .b-font:before,
.pull-down-h-font.hover .b-font:before {
@ -5069,14 +5069,14 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-h-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font:hover .b-font:before,
.pull-down-ha-font.hover .b-font:before {
@ -5090,7 +5090,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-ha-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

7
dist/fineui.js vendored

@ -72921,7 +72921,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.checkbox],
width: 36
width: 26
}, this.text)
}))));
},
@ -86278,7 +86278,7 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, {
type: "bi.htape",
element: this,
items: [{
width: 36,
width: 26,
el: {
type: "bi.center_adapt",
items: [this.checkbox, this.half]
@ -107503,7 +107503,6 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
hgap: 10,
height: 24
});
},
@ -107533,7 +107532,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 26
}, this.text)
}))));
},

12
dist/resource.css vendored

@ -926,18 +926,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font:hover .b-font:before,
.pull-down-h-font.hover .b-font:before {
@ -946,14 +946,14 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-h-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font:hover .b-font:before,
.pull-down-ha-font.hover .b-font:before {
@ -967,7 +967,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.pull-down-ha-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

3
dist/widget.js vendored

@ -19636,7 +19636,6 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
hgap: 10,
height: 24
});
},
@ -19666,7 +19665,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 26
}, this.text)
}))));
},

12
public/css/font.css

@ -600,18 +600,18 @@
}
.pull-down-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font:hover .b-font:before,
.pull-down-h-font.hover .b-font:before {
@ -620,14 +620,14 @@
}
.pull-down-h-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font:hover .b-font:before,
.pull-down-ha-font.hover .b-font:before {
@ -641,7 +641,7 @@
}
.pull-down-ha-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

2
src/case/button/item.multiselect.js

@ -45,7 +45,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.checkbox],
width: 36
width: 26
}, this.text)
}))));
},

2
src/case/toolbar/toolbar.multiselect.js

@ -70,7 +70,7 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, {
type: "bi.htape",
element: this,
items: [{
width: 36,
width: 26,
el: {
type: "bi.center_adapt",
items: [this.checkbox, this.half]

6
src/css/core/utils/common.css

@ -194,14 +194,14 @@ textarea {
border-color: #3685f2;
}
.bi-water-mark {
color: #cccccc;
color: #c4c9d1;
cursor: text;
}
.bi-water-mark .bi-input {
color: #cccccc;
color: #c4c9d1;
}
.bi-water-mark .bi-textarea {
color: #cccccc;
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;

12
src/css/resource/font.css

@ -600,18 +600,18 @@
}
.pull-down-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font:hover .b-font:before,
.pull-down-h-font.hover .b-font:before {
@ -620,14 +620,14 @@
}
.pull-down-h-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font:hover .b-font:before,
.pull-down-ha-font.hover .b-font:before {
@ -641,7 +641,7 @@
}
.pull-down-ha-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

6
src/less/core/utils/common.less

@ -244,13 +244,13 @@ textarea {
//水印
.bi-water-mark {
color: @water-mark-color;
color: @font-color-tips;
cursor: text;
& .bi-input {
color: @water-mark-color;
color: @font-color-tips;
}
& .bi-textarea {
color: @water-mark-color;
color: @font-color-tips;
}
}

2
src/less/lib/colors.less

@ -12,6 +12,8 @@
@color-bi-text-dark: @font-color-dark;
//灰色字体颜色
@color-bi-text-gray: @font-color-gray;
//浅灰色字体
@color-bi-text-light-gray: @font-color-light-gray;
//白色字体颜色
@color-bi-text: @font-color-white;
//灰化字体颜色

1
src/less/lib/constant.less

@ -22,6 +22,7 @@
@font-color-disabled-theme-dark: #666666;//
@font-color-tips: #c4c9d1;//
@font-color-dark: #d4dadd;
@font-color-light-gray: #647185;
@font-color-gray: #999999;
@font-color-white: #ffffff;//
@font-color-highlight: #3685f2;

6
src/less/resource/font.less

@ -80,9 +80,9 @@
//单选下拉框
//向下展开子菜单
.font(pull-up-font, @font-up-triangle);
.font(pull-down-font, @font-down-triangle);
.font-hover(pull-down-h-font, @font-down-triangle);
.font-hover-active(pull-down-ha-font, @font-down-triangle);
.font(pull-down-font, @font-down-triangle, @color-bi-text-light-gray);
.font-hover(pull-down-h-font, @font-down-triangle, @color-bi-text-light-gray);
.font-hover-active(pull-down-ha-font, @font-down-triangle, @color-bi-text-light-gray);
.font(check-font, @font-check-mark, @color-bi-text-highlight);

3
src/widget/singleselect/singleselect.item.js

@ -10,7 +10,6 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
logic: {
dynamic: false
},
hgap: 10,
height: 24
});
},
@ -40,7 +39,7 @@ BI.SingleSelectComboItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: 36
width: 26
}, this.text)
}))));
},

12
ui/css/font.css

@ -600,18 +600,18 @@
}
.pull-down-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-h-font:hover .b-font:before,
.pull-down-h-font.hover .b-font:before {
@ -620,14 +620,14 @@
}
.pull-down-h-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.pull-down-ha-font:hover .b-font:before,
.pull-down-ha-font.hover .b-font:before {
@ -641,7 +641,7 @@
}
.pull-down-ha-font.disabled .b-font:before {
content: "\e70b";
color: inherit;
color: #647185;
}
.check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

Loading…
Cancel
Save