Browse Source

Merge remote-tracking branch 'origin/master'

es6
Young 6 years ago
parent
commit
85b7bfd85d
  1. 70
      dist/_fineui.min.js
  2. 59
      dist/base.css
  3. 62
      dist/base.js
  4. 243
      dist/bundle.css
  5. 95
      dist/bundle.js
  6. 2
      dist/bundle.min.css
  7. 72
      dist/bundle.min.js
  8. 4
      dist/case.js
  9. 101
      dist/core.css
  10. 101
      dist/core_without_normalize.css
  11. 243
      dist/fineui.css
  12. 95
      dist/fineui.js
  13. 2
      dist/fineui.min.css
  14. 74
      dist/fineui.min.js
  15. 4
      dist/fix/fix.compact.js
  16. 79
      dist/resource.css
  17. 4
      dist/widget.css
  18. 25
      dist/widget.js
  19. 12
      public/css/app.css
  20. 4
      public/css/background.css
  21. 63
      public/css/font.css
  22. 4
      src/base/formula/formulaeditor.js
  23. 3
      src/base/pane.js
  24. 2
      src/base/single/button/buttons/button.js
  25. 33
      src/base/single/editor/editor.code.js
  26. 14
      src/base/table/table.grid.js
  27. 4
      src/base/table/table.resizable.js
  28. 4
      src/case/richeditor/bar/action.richeditor.param.js
  29. 3
      src/component/treevaluechooser/abstract.treevaluechooser.js
  30. 3
      src/css/base/pane.css
  31. 6
      src/css/base/segment/segment.css
  32. 48
      src/css/base/table/table.css
  33. 2
      src/css/base/view/popupview.css
  34. 96
      src/css/core/utils/common.css
  35. 3
      src/css/core/utils/pos.css
  36. 12
      src/css/resource/app.css
  37. 4
      src/css/resource/background.css
  38. 63
      src/css/resource/font.css
  39. 2
      src/css/theme/dark.css
  40. 2
      src/css/widget/exceltable/exceltable.css
  41. 2
      src/css/widget/year/popup.css
  42. 5
      src/less/base/pane.less
  43. 8
      src/less/core/utils/common.less
  44. 4
      src/less/core/utils/pos.less
  45. 12
      src/less/image.less
  46. 2
      src/less/lib/colors.less
  47. 22
      src/less/lib/constant.less
  48. 4
      src/less/resource/background.less
  49. 2
      src/less/resource/font.less
  50. 2
      src/widget/multilayerselecttree/multilayerselecttree.leveltree.js
  51. 2
      src/widget/multilayersingletree/multilayersingletree.leveltree.js
  52. 18
      src/widget/numberinterval/numberinterval.js
  53. 12
      ui/css/app.css
  54. 4
      ui/css/background.css
  55. 63
      ui/css/font.css

70
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

59
dist/base.css vendored

@ -781,6 +781,9 @@ li.CodeMirror-hint-active {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-pane {
min-height: 25px;
}
.bi-rich-editor .rich-editor-param {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
@ -821,9 +824,9 @@ li.CodeMirror-hint-active {
overflow-x: hidden;
overflow-y: hidden;
background: #242640;
border-right: 1px solid #525466;
border-top: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-top: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-segment > .first-element {
border-left: 1px solid #242640;
@ -1405,10 +1408,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-collection-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-quick-collection-table > div > .bi-collection {
@ -1434,10 +1437,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-grid-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.scrollbar-layout-main {
@ -1448,8 +1451,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
transition-duration: 250ms;
transition-timing-function: ease;
user-select: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
border-radius: 5px;
}
.bi-theme-dark .scrollbar-layout-main {
@ -1472,8 +1475,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
height: 10px;
left: 0;
transition-property: background-color;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
}
.bi-theme-dark .scrollbar-layout-main-horizontal {
background-color: rgba(240, 243, 247, 0.05);
@ -1530,8 +1533,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
*/
/* Touching the scroll-track directly makes the scroll-track bolder */
.public-scrollbar-face:after {
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
.bi-theme-dark .public-scrollbar-face:after {
background-color: rgba(240, 243, 247, 0.3);
@ -1540,8 +1543,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.public-scrollbar-main:hover .public-scrollbar-face:after,
.public-scrollbar-main-active .public-scrollbar-face:after,
.public-scrollbar-face-active:after {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after,
.bi-theme-dark .public-scrollbar-main-active .public-scrollbar-face:after,
@ -1606,31 +1609,31 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > table > thead > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #525466;
border-left: 1px solid #525466;
border-top: 1px solid #3a3c53;
border-left: 1px solid #3a3c53;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container {
@ -1958,7 +1961,7 @@ ul.ztree.zTreeDragUL {
border-left: none;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element {
border-left: none;

62
dist/base.js vendored

@ -248,8 +248,7 @@ BI.Pane = BI.inherit(BI.Widget, {
BI.createWidget({
type: "bi.absolute_center_adapt",
element: this,
items: [this._tipText],
bgap: 25
items: [this._tipText]
});
}
},
@ -14651,13 +14650,13 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
var fieldFormattedName = this.options.paramFormatter(fieldId) || "undefined";
var from = this.editor.getCursor();
// 解决插入字段由括号或其他特殊字符包围时分裂的bug,在两端以不可见字符包裹一下
var showName = fieldFormattedName.replaceAll(/^<!.*!>$/, function (str) {
var showName = fieldFormattedName.replaceAll("^<!.*!>$", function (str) {
return str.substring(2, str.length - 2);
});
this.editor.replaceSelection("\u200b" + showName + "\u200b");
var to = this.editor.getCursor();
var className = "fieldName";
if (BI.isNotNull(fieldFormattedName.match(/^<!.*!>$/)) && !force) {
if (BI.isNotNull(fieldFormattedName.match("^<!.*!>$")) && !force) {
className = "error-field";
}
this.editor.markText(from, to, {className: className, atomic: true, startStyle: "start", endStyle: "end", value: value});
@ -16743,6 +16742,8 @@ BI.shortcut("bi.image_button", BI.ImageButton);(function ($) {
var o = this.options, self = this;
if (BI.isNumber(o.height) && !o.clear && !o.block) {
this.element.css({height: o.height + "px", lineHeight: (o.height - 2) + "px"});
} else if (o.clear || o.block) {
this.element.css({lineHeight: o.height + "px"});
} else {
this.element.css({lineHeight: (o.height - 2) + "px"});
}
@ -18121,6 +18122,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
lineHeight: 2,
readOnly: false,
lineNumbers: false,
paramMatch: true, // 用来判断是否需要在代码中匹配参数,默认为true, R语言是不需要匹配参数
// 参数显示值构造函数
paramFormatter: function (v) {
return v;
@ -18133,9 +18135,9 @@ BI.CodeEditor = BI.inherit(BI.Single, {
var conf = {
textWrapping: true,
lineWrapping: true,
lineNumbers: false,
lineNumbers: o.lineNumbers,
readOnly: o.readOnly,
//解决插入字段由括号或其他特殊字符包围时分裂的bug
// 解决插入字段由括号或其他特殊字符包围时分裂的bug
specialChars: /[\u0000-\u001f\u007f\u00ad\u200c-\u200f\u2028\u2029\ufeff]/
};
o.readOnly && (conf.cursorBlinkRate = -1);
@ -18274,19 +18276,23 @@ BI.CodeEditor = BI.inherit(BI.Single, {
},
setValue: function (v) {
var self = this, result;
var self = this, o = this.options, result;
this.refresh();
self.editor.setValue("");
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
if(o.paramMatch) {
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
}else {
self.editor.setValue(v);
}
this._checkWaterMark();
},
@ -18317,7 +18323,8 @@ BI.CodeEditor = BI.inherit(BI.Single, {
BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR";
BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS";
BI.shortcut("bi.code_editor", BI.CodeEditor);/**
BI.shortcut("bi.code_editor", BI.CodeEditor);
/**
* Created by GUY on 2015/4/15.
* @class BI.Editor
* @extends BI.Single
@ -31446,13 +31453,19 @@ BI.GridTable = BI.inherit(BI.Widget, {
},
populate: function (items, header) {
if (items && this.options.items !== items) {
var headerChanged = this.options.header !== header;
var itemsChanged = this.options.items !== items;
if(header && headerChanged) {
this.options.header = header;
}
if(items && itemsChanged) {
this.options.items = items;
}
if (items && itemsChanged) {
this.items = this._getItems();
this._restore();
}
if (header && this.options.header !== header) {
this.options.header = header;
if (header && headerChanged) {
this.header = this._getHeader();
this._restore();
}
@ -31470,7 +31483,8 @@ BI.GridTable = BI.inherit(BI.Widget, {
this._restore();
}
});
BI.shortcut("bi.grid_table", BI.GridTable);/**
BI.shortcut("bi.grid_table", BI.GridTable);
/**
* QuickGridTable
*
* Created by GUY on 2016/1/12.
@ -33992,7 +34006,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
if (mouseMoveTracker.isDragging()) {
start = true;
offset += deltaX;
size = BI.clamp(defaultSize + offset, 10, o.width - 15);
size = BI.clamp(defaultSize + offset, 30, o.width - 40);
self.regionResizerHandler.element.addClass("dragging");
self._setRegionResizerHandlerPosition(size - 3, 0);
@ -34000,7 +34014,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
}, function () {
if (start === true) {
o.regionColumnSize[0] = BI.clamp(size, 10, o.width - 15);
o.regionColumnSize[0] = BI.clamp(size, 30, o.width - 40);
self.table.setRegionColumnSize(o.regionColumnSize);
if (o.isResizeAdapt === true) {
var freezeColumnSize = self._getFreezeColumnSize();

243
dist/bundle.css vendored

@ -282,7 +282,7 @@ textarea {
}
.bi-theme-dark input,
.bi-theme-dark textarea {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
@ -298,16 +298,16 @@ textarea {
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #666666 !important;
color: #878d9f !important;
}
.base-invalid {
cursor: default !important;
@ -336,13 +336,13 @@ textarea {
}
.bi-theme-dark .bi-background {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-card {
background-color: #ffffff;
@ -356,13 +356,13 @@ textarea {
}
.bi-theme-dark .bi-card {
background-color: #242640;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-disabled {
color: #9ea6b2;
@ -374,13 +374,13 @@ textarea {
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-input {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-textarea {
color: #666666;
color: #878d9f;
}
.bi-tips {
color: #c4c9d1;
@ -400,31 +400,31 @@ textarea {
border-radius: 2px;
}
.bi-theme-dark .bi-border {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.bi-border-left {
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-border-right {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-border-top {
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-border-bottom {
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
}
.bi-keyword-red-mark {
color: #faaa39;
@ -487,13 +487,13 @@ textarea {
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-input {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-textarea {
color: #666666;
color: #6b7084;
}
.bi-resizer {
background: #232E40;
@ -568,8 +568,8 @@ textarea {
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-theme-dark .bi-list-item:hover .bi-input,
.bi-theme-dark .bi-list-item.hover .bi-input {
@ -583,22 +583,22 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:hover,
.bi-theme-dark .bi-list-item.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-input,
.bi-theme-dark .bi-list-item.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
@ -702,22 +702,22 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:hover,
.bi-theme-dark .bi-list-item-effect.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
@ -806,22 +806,22 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:hover,
.bi-theme-dark .bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
@ -915,22 +915,22 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:hover,
.bi-theme-dark .bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
@ -1174,22 +1174,22 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:hover,
.bi-theme-dark .bi-list-item-select.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
@ -1276,22 +1276,22 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:hover,
.bi-theme-dark .bi-list-item-none.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
/*****************cursor*****************/
.cursor-pointer {
@ -1350,6 +1350,9 @@ textarea {
*display: inline;
*zoom: 1;
}
.display-table {
display: table;
}
/**常用于span元素在与combo并列时**/
.vertical-super {
vertical-align: super;
@ -1781,7 +1784,7 @@ textarea {
}
.bi-theme-dark {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-input {
color: #ffffff;
@ -2569,6 +2572,9 @@ li.CodeMirror-hint-active {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-pane {
min-height: 25px;
}
.bi-rich-editor .rich-editor-param {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
@ -2609,9 +2615,9 @@ li.CodeMirror-hint-active {
overflow-x: hidden;
overflow-y: hidden;
background: #242640;
border-right: 1px solid #525466;
border-top: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-top: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-segment > .first-element {
border-left: 1px solid #242640;
@ -3193,10 +3199,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-collection-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-quick-collection-table > div > .bi-collection {
@ -3222,10 +3228,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-grid-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.scrollbar-layout-main {
@ -3236,8 +3242,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
transition-duration: 250ms;
transition-timing-function: ease;
user-select: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
border-radius: 5px;
}
.bi-theme-dark .scrollbar-layout-main {
@ -3260,8 +3266,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
height: 10px;
left: 0;
transition-property: background-color;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
}
.bi-theme-dark .scrollbar-layout-main-horizontal {
background-color: rgba(240, 243, 247, 0.05);
@ -3318,8 +3324,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
*/
/* Touching the scroll-track directly makes the scroll-track bolder */
.public-scrollbar-face:after {
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
.bi-theme-dark .public-scrollbar-face:after {
background-color: rgba(240, 243, 247, 0.3);
@ -3328,8 +3334,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.public-scrollbar-main:hover .public-scrollbar-face:after,
.public-scrollbar-main-active .public-scrollbar-face:after,
.public-scrollbar-face-active:after {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after,
.bi-theme-dark .public-scrollbar-main-active .public-scrollbar-face:after,
@ -3394,31 +3400,31 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > table > thead > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #525466;
border-left: 1px solid #525466;
border-top: 1px solid #3a3c53;
border-left: 1px solid #3a3c53;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container {
@ -3746,7 +3752,7 @@ ul.ztree.zTreeDragUL {
border-left: none;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
@ -3778,7 +3784,7 @@ ul.ztree.zTreeDragUL {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-file-manager-nav-button .file-manager-nav-button-text {
@ -4194,7 +4200,7 @@ ul.ztree.zTreeDragUL {
border-left: none;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
@ -4242,8 +4248,8 @@ body {
div::-webkit-scrollbar,
textarea::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
width: 6px;
height: 6px;
}
@ -4252,13 +4258,13 @@ textarea::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark div::-webkit-scrollbar,
.bi-theme-dark textarea::-webkit-scrollbar {
@ -4312,12 +4318,12 @@ textarea::-webkit-scrollbar-thumb:hover {
_background: none;
}
.ztree li ul.line {
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png');
_background: none;
}
@ -4550,6 +4556,7 @@ textarea::-webkit-scrollbar-thumb:hover {
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-font .b-font:before {
@ -4561,6 +4568,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-h-font .b-font:before {
@ -4577,6 +4585,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-ha-font .b-font:before {
@ -4598,6 +4607,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.circle-close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d5;');
}
.circle-close-font .b-font:before {
@ -4609,6 +4619,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.search-close-h-font .b-font:before {
@ -4625,6 +4636,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70d;');
}
.pre-page-h-font .b-font:before {
@ -4641,6 +4653,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.next-page-h-font .b-font:before {
@ -4657,6 +4670,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dc;');
}
.search-font .b-font:before {
@ -4668,6 +4682,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe733;');
}
.date-font .b-font:before {
@ -4679,6 +4694,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-change-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe72f;');
}
.date-change-h-font .b-font:before {
@ -4695,6 +4711,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.dot-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-font .b-font:before {
@ -4706,6 +4723,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.dot-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-h-font .b-font:before {
@ -4722,6 +4740,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.dot-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-ha-font .b-font:before {
@ -4743,6 +4762,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.dot-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-e-font .b-font:before {
@ -4767,6 +4787,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.pull-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-font .b-font:before {
@ -4778,6 +4799,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-h-font .b-font:before {
@ -4794,6 +4816,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-ha-font .b-font:before {
@ -4815,6 +4838,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-e-font .b-font:before {
@ -4839,6 +4863,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-font .b-font:before {
@ -4850,6 +4875,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-h-font .b-font:before {
@ -4866,6 +4892,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.copy-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-ha-font .b-font:before {
@ -4887,6 +4914,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-e-font .b-font:before {
@ -4911,6 +4939,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-font .b-font:before {
@ -4922,6 +4951,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-h-font .b-font:before {
@ -4938,6 +4968,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-ha-font .b-font:before {
@ -4959,6 +4990,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-e-font .b-font:before {
@ -4984,6 +5016,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d9;');
}
.row-pre-page-h-font .b-font:before {
@ -5000,6 +5033,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.row-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.row-next-page-h-font .b-font:before {
@ -5016,6 +5050,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.column-pre-page-h-font .b-font:before {
@ -5032,6 +5067,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.column-next-page-h-font .b-font:before {
@ -5048,6 +5084,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.expander-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.expander-right-font .b-font:before {
@ -5059,6 +5096,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.expander-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.expander-down-font .b-font:before {
@ -5070,6 +5108,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-top-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.solid-triangle-top-font .b-font:before {
@ -5086,6 +5125,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-bottom-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.solid-triangle-bottom-font .b-font:before {
@ -5102,6 +5142,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.trigger-triangle-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe64e;');
}
.trigger-triangle-font .b-font:before {
@ -5123,6 +5164,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #999999;
}
.pull-up-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70a;');
}
.pull-up-font .b-font:before {
@ -5134,17 +5176,19 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-font .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-h-font .b-font:before {
@ -5161,6 +5205,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #647185;
}
.pull-down-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-ha-font .b-font:before {
@ -5182,6 +5227,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #647185;
}
.check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-font .b-font:before {
@ -5193,6 +5239,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #3685f2;
}
.item-check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.item-check-font .b-font:before {
@ -5214,6 +5261,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.primary-key-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe740;');
}
.primary-key-font .b-font:before {
@ -5230,6 +5278,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.drag-tag-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.drag-tag-font .b-font:before {
@ -5241,6 +5290,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #faaa39;
}
.less-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75e;');
}
.less-font .b-font:before {
@ -5262,6 +5312,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.less-equal-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe761;');
}
.less-equal-font .b-font:before {
@ -5283,6 +5334,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75b;');
}
.text-bold-font .b-font:before {
@ -5294,6 +5346,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-italic-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75c;');
}
.text-italic-font .b-font:before {
@ -5305,6 +5358,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-underline-font .b-font:before {
@ -5316,6 +5370,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75a;');
}
.text-color-font .b-font:before {
@ -5327,6 +5382,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-background-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe758;');
}
.text-background-font .b-font:before {
@ -5338,6 +5394,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-color-underline-font .b-font:before {
@ -5349,6 +5406,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-left-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6ca;');
}
.text-align-left-font .b-font:before {
@ -5360,6 +5418,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-center-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bf;');
}
.text-align-center-font .b-font:before {
@ -5371,6 +5430,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6c8;');
}
.text-align-right-font .b-font:before {
@ -5382,6 +5442,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-error-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe757;');
}
.toast-error-font .b-font:before {
@ -5393,6 +5454,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-success-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe756;');
}
.toast-success-font .b-font:before {
@ -5404,6 +5466,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-warning-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe755;');
}
.toast-warning-font .b-font:before {
@ -5415,6 +5478,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-message-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe74b;');
}
.toast-message-font .b-font:before {
@ -5426,6 +5490,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-add-tip-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dd;');
}
.text-add-tip-font .b-font:before {

95
dist/bundle.js vendored

@ -36053,8 +36053,7 @@ BI.Pane = BI.inherit(BI.Widget, {
BI.createWidget({
type: "bi.absolute_center_adapt",
element: this,
items: [this._tipText],
bgap: 25
items: [this._tipText]
});
}
},
@ -50456,13 +50455,13 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
var fieldFormattedName = this.options.paramFormatter(fieldId) || "undefined";
var from = this.editor.getCursor();
// 解决插入字段由括号或其他特殊字符包围时分裂的bug,在两端以不可见字符包裹一下
var showName = fieldFormattedName.replaceAll(/^<!.*!>$/, function (str) {
var showName = fieldFormattedName.replaceAll("^<!.*!>$", function (str) {
return str.substring(2, str.length - 2);
});
this.editor.replaceSelection("\u200b" + showName + "\u200b");
var to = this.editor.getCursor();
var className = "fieldName";
if (BI.isNotNull(fieldFormattedName.match(/^<!.*!>$/)) && !force) {
if (BI.isNotNull(fieldFormattedName.match("^<!.*!>$")) && !force) {
className = "error-field";
}
this.editor.markText(from, to, {className: className, atomic: true, startStyle: "start", endStyle: "end", value: value});
@ -52548,6 +52547,8 @@ BI.shortcut("bi.image_button", BI.ImageButton);(function ($) {
var o = this.options, self = this;
if (BI.isNumber(o.height) && !o.clear && !o.block) {
this.element.css({height: o.height + "px", lineHeight: (o.height - 2) + "px"});
} else if (o.clear || o.block) {
this.element.css({lineHeight: o.height + "px"});
} else {
this.element.css({lineHeight: (o.height - 2) + "px"});
}
@ -53926,6 +53927,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
lineHeight: 2,
readOnly: false,
lineNumbers: false,
paramMatch: true, // 用来判断是否需要在代码中匹配参数,默认为true, R语言是不需要匹配参数
// 参数显示值构造函数
paramFormatter: function (v) {
return v;
@ -53938,9 +53940,9 @@ BI.CodeEditor = BI.inherit(BI.Single, {
var conf = {
textWrapping: true,
lineWrapping: true,
lineNumbers: false,
lineNumbers: o.lineNumbers,
readOnly: o.readOnly,
//解决插入字段由括号或其他特殊字符包围时分裂的bug
// 解决插入字段由括号或其他特殊字符包围时分裂的bug
specialChars: /[\u0000-\u001f\u007f\u00ad\u200c-\u200f\u2028\u2029\ufeff]/
};
o.readOnly && (conf.cursorBlinkRate = -1);
@ -54079,19 +54081,23 @@ BI.CodeEditor = BI.inherit(BI.Single, {
},
setValue: function (v) {
var self = this, result;
var self = this, o = this.options, result;
this.refresh();
self.editor.setValue("");
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
if(o.paramMatch) {
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
}else {
self.editor.setValue(v);
}
this._checkWaterMark();
},
@ -54122,7 +54128,8 @@ BI.CodeEditor = BI.inherit(BI.Single, {
BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR";
BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS";
BI.shortcut("bi.code_editor", BI.CodeEditor);/**
BI.shortcut("bi.code_editor", BI.CodeEditor);
/**
* Created by GUY on 2015/4/15.
* @class BI.Editor
* @extends BI.Single
@ -67251,13 +67258,19 @@ BI.GridTable = BI.inherit(BI.Widget, {
},
populate: function (items, header) {
if (items && this.options.items !== items) {
var headerChanged = this.options.header !== header;
var itemsChanged = this.options.items !== items;
if(header && headerChanged) {
this.options.header = header;
}
if(items && itemsChanged) {
this.options.items = items;
}
if (items && itemsChanged) {
this.items = this._getItems();
this._restore();
}
if (header && this.options.header !== header) {
this.options.header = header;
if (header && headerChanged) {
this.header = this._getHeader();
this._restore();
}
@ -67275,7 +67288,8 @@ BI.GridTable = BI.inherit(BI.Widget, {
this._restore();
}
});
BI.shortcut("bi.grid_table", BI.GridTable);/**
BI.shortcut("bi.grid_table", BI.GridTable);
/**
* QuickGridTable
*
* Created by GUY on 2016/1/12.
@ -69797,7 +69811,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
if (mouseMoveTracker.isDragging()) {
start = true;
offset += deltaX;
size = BI.clamp(defaultSize + offset, 10, o.width - 15);
size = BI.clamp(defaultSize + offset, 30, o.width - 40);
self.regionResizerHandler.element.addClass("dragging");
self._setRegionResizerHandlerPosition(size - 3, 0);
@ -69805,7 +69819,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
}, function () {
if (start === true) {
o.regionColumnSize[0] = BI.clamp(size, 10, o.width - 15);
o.regionColumnSize[0] = BI.clamp(size, 30, o.width - 40);
self.table.setRegionColumnSize(o.regionColumnSize);
if (o.isResizeAdapt === true) {
var freezeColumnSize = self._getFreezeColumnSize();
@ -83052,11 +83066,13 @@ BI.RichEditorParamAction = BI.inherit(BI.RichEditorAction, {
var o = this.options;
var instance = o.editor.instance;
var image = new Image();
var attrs = BI.DOM.getImage(o.paramFormatter(param));
var name = o.paramFormatter(param);
var attrs = BI.DOM.getImage(name);
image.src = attrs.src;
image.alt = param;
$(image).addClass("rich-editor-param");
$(image).attr("style", attrs.style);
$(image).attr("name", name);
this.options.editor.insertHTML($("<div>").append(image).html());
// var sel = this._get$Sel();
// var wrapper = o.editor.instance.getElm().element;
@ -95493,7 +95509,7 @@ BI.MultiLayerSelectLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
type: "bi.select_tree_expander",
isDefaultInit: o.isDefaultInit,
@ -96049,7 +96065,7 @@ BI.MultiLayerSingleLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
isDefaultInit: o.isDefaultInit,
el: {},
@ -102331,17 +102347,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -102377,7 +102393,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
w.on(BI.Editor.EVENT_ERROR, function () {
self._checkValidation();
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
});
@ -102390,13 +102406,13 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
@ -102413,17 +102429,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -112885,6 +112901,9 @@ BI.shortcut("bi.all_value_chooser_pane", BI.AllValueChooserPane);BI.AbstractTree
_isMatch: function (parentValues, value, keyword) {
var node = this._getTreeNode(parentValues, value);
if (!node) {
return false;
}
var find = BI.Func.getSearchResult([node.text || node.value], keyword);
return find.find.length > 0 || find.match.length > 0;
},
@ -113415,12 +113434,12 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
"keys", "allKeys", "values", "pairs", "invert",
"mapObject", "findKey", "pick", "omit", "tap"], function (name) {
var old = BI[name];
BI[name] = function (obj, fn) {
BI[name] = function (obj, fn, context) {
return typeof fn === "function" ? old(obj, function (key, value) {
if (!(key in Fix.$$skipArray)) {
return fn.apply(this, arguments);
}
}) : old.apply(this, arguments);
}, context) : old.apply(this, arguments);
};
});
BI.isEmpty = function (ob) {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

72
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/case.js vendored

@ -10517,11 +10517,13 @@ BI.RichEditorParamAction = BI.inherit(BI.RichEditorAction, {
var o = this.options;
var instance = o.editor.instance;
var image = new Image();
var attrs = BI.DOM.getImage(o.paramFormatter(param));
var name = o.paramFormatter(param);
var attrs = BI.DOM.getImage(name);
image.src = attrs.src;
image.alt = param;
$(image).addClass("rich-editor-param");
$(image).attr("style", attrs.style);
$(image).attr("name", name);
this.options.editor.insertHTML($("<div>").append(image).html());
// var sel = this._get$Sel();
// var wrapper = o.editor.instance.getElm().element;

101
dist/core.css vendored

@ -282,7 +282,7 @@ textarea {
}
.bi-theme-dark input,
.bi-theme-dark textarea {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
@ -298,16 +298,16 @@ textarea {
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #666666 !important;
color: #878d9f !important;
}
.base-invalid {
cursor: default !important;
@ -336,13 +336,13 @@ textarea {
}
.bi-theme-dark .bi-background {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-card {
background-color: #ffffff;
@ -356,13 +356,13 @@ textarea {
}
.bi-theme-dark .bi-card {
background-color: #242640;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-disabled {
color: #9ea6b2;
@ -374,13 +374,13 @@ textarea {
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-input {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-textarea {
color: #666666;
color: #878d9f;
}
.bi-tips {
color: #c4c9d1;
@ -400,31 +400,31 @@ textarea {
border-radius: 2px;
}
.bi-theme-dark .bi-border {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.bi-border-left {
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-border-right {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-border-top {
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-border-bottom {
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
}
.bi-keyword-red-mark {
color: #faaa39;
@ -487,13 +487,13 @@ textarea {
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-input {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-textarea {
color: #666666;
color: #6b7084;
}
.bi-resizer {
background: #232E40;
@ -568,8 +568,8 @@ textarea {
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-theme-dark .bi-list-item:hover .bi-input,
.bi-theme-dark .bi-list-item.hover .bi-input {
@ -583,22 +583,22 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:hover,
.bi-theme-dark .bi-list-item.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-input,
.bi-theme-dark .bi-list-item.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
@ -702,22 +702,22 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:hover,
.bi-theme-dark .bi-list-item-effect.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
@ -806,22 +806,22 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:hover,
.bi-theme-dark .bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
@ -915,22 +915,22 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:hover,
.bi-theme-dark .bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
@ -1174,22 +1174,22 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:hover,
.bi-theme-dark .bi-list-item-select.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
@ -1276,22 +1276,22 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:hover,
.bi-theme-dark .bi-list-item-none.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
/*****************cursor*****************/
.cursor-pointer {
@ -1350,6 +1350,9 @@ textarea {
*display: inline;
*zoom: 1;
}
.display-table {
display: table;
}
/**常用于span元素在与combo并列时**/
.vertical-super {
vertical-align: super;
@ -1781,7 +1784,7 @@ textarea {
}
.bi-theme-dark {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-input {
color: #ffffff;

101
dist/core_without_normalize.css vendored

@ -4,7 +4,7 @@ textarea {
}
.bi-theme-dark input,
.bi-theme-dark textarea {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
@ -20,16 +20,16 @@ textarea {
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #666666 !important;
color: #878d9f !important;
}
.base-invalid {
cursor: default !important;
@ -58,13 +58,13 @@ textarea {
}
.bi-theme-dark .bi-background {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-card {
background-color: #ffffff;
@ -78,13 +78,13 @@ textarea {
}
.bi-theme-dark .bi-card {
background-color: #242640;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-disabled {
color: #9ea6b2;
@ -96,13 +96,13 @@ textarea {
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-input {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-textarea {
color: #666666;
color: #878d9f;
}
.bi-tips {
color: #c4c9d1;
@ -122,31 +122,31 @@ textarea {
border-radius: 2px;
}
.bi-theme-dark .bi-border {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.bi-border-left {
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-border-right {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-border-top {
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-border-bottom {
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
}
.bi-keyword-red-mark {
color: #faaa39;
@ -209,13 +209,13 @@ textarea {
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-input {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-textarea {
color: #666666;
color: #6b7084;
}
.bi-resizer {
background: #232E40;
@ -290,8 +290,8 @@ textarea {
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-theme-dark .bi-list-item:hover .bi-input,
.bi-theme-dark .bi-list-item.hover .bi-input {
@ -305,22 +305,22 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:hover,
.bi-theme-dark .bi-list-item.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-input,
.bi-theme-dark .bi-list-item.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
@ -424,22 +424,22 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:hover,
.bi-theme-dark .bi-list-item-effect.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
@ -528,22 +528,22 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:hover,
.bi-theme-dark .bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
@ -637,22 +637,22 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:hover,
.bi-theme-dark .bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
@ -896,22 +896,22 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:hover,
.bi-theme-dark .bi-list-item-select.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
@ -998,22 +998,22 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:hover,
.bi-theme-dark .bi-list-item-none.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
/*****************cursor*****************/
.cursor-pointer {
@ -1072,6 +1072,9 @@ textarea {
*display: inline;
*zoom: 1;
}
.display-table {
display: table;
}
/**常用于span元素在与combo并列时**/
.vertical-super {
vertical-align: super;
@ -1503,7 +1506,7 @@ textarea {
}
.bi-theme-dark {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-input {
color: #ffffff;

243
dist/fineui.css vendored

@ -282,7 +282,7 @@ textarea {
}
.bi-theme-dark input,
.bi-theme-dark textarea {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
@ -298,16 +298,16 @@ textarea {
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #666666 !important;
color: #878d9f !important;
}
.base-invalid {
cursor: default !important;
@ -336,13 +336,13 @@ textarea {
}
.bi-theme-dark .bi-background {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-card {
background-color: #ffffff;
@ -356,13 +356,13 @@ textarea {
}
.bi-theme-dark .bi-card {
background-color: #242640;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-disabled {
color: #9ea6b2;
@ -374,13 +374,13 @@ textarea {
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-input {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-textarea {
color: #666666;
color: #878d9f;
}
.bi-tips {
color: #c4c9d1;
@ -400,31 +400,31 @@ textarea {
border-radius: 2px;
}
.bi-theme-dark .bi-border {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.bi-border-left {
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-border-right {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-border-top {
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-border-bottom {
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
}
.bi-keyword-red-mark {
color: #faaa39;
@ -487,13 +487,13 @@ textarea {
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-input {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-textarea {
color: #666666;
color: #6b7084;
}
.bi-resizer {
background: #232E40;
@ -568,8 +568,8 @@ textarea {
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-theme-dark .bi-list-item:hover .bi-input,
.bi-theme-dark .bi-list-item.hover .bi-input {
@ -583,22 +583,22 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:hover,
.bi-theme-dark .bi-list-item.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-input,
.bi-theme-dark .bi-list-item.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
@ -702,22 +702,22 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:hover,
.bi-theme-dark .bi-list-item-effect.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
@ -806,22 +806,22 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:hover,
.bi-theme-dark .bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
@ -915,22 +915,22 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:hover,
.bi-theme-dark .bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
@ -1174,22 +1174,22 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:hover,
.bi-theme-dark .bi-list-item-select.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
@ -1276,22 +1276,22 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:hover,
.bi-theme-dark .bi-list-item-none.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
/*****************cursor*****************/
.cursor-pointer {
@ -1350,6 +1350,9 @@ textarea {
*display: inline;
*zoom: 1;
}
.display-table {
display: table;
}
/**常用于span元素在与combo并列时**/
.vertical-super {
vertical-align: super;
@ -1781,7 +1784,7 @@ textarea {
}
.bi-theme-dark {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-input {
color: #ffffff;
@ -2569,6 +2572,9 @@ li.CodeMirror-hint-active {
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-pane {
min-height: 25px;
}
.bi-rich-editor .rich-editor-param {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
@ -2609,9 +2615,9 @@ li.CodeMirror-hint-active {
overflow-x: hidden;
overflow-y: hidden;
background: #242640;
border-right: 1px solid #525466;
border-top: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-top: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-segment > .first-element {
border-left: 1px solid #242640;
@ -3193,10 +3199,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-collection-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-quick-collection-table > div > .bi-collection {
@ -3222,10 +3228,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-grid-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.scrollbar-layout-main {
@ -3236,8 +3242,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
transition-duration: 250ms;
transition-timing-function: ease;
user-select: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
border-radius: 5px;
}
.bi-theme-dark .scrollbar-layout-main {
@ -3260,8 +3266,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
height: 10px;
left: 0;
transition-property: background-color;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
}
.bi-theme-dark .scrollbar-layout-main-horizontal {
background-color: rgba(240, 243, 247, 0.05);
@ -3318,8 +3324,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
*/
/* Touching the scroll-track directly makes the scroll-track bolder */
.public-scrollbar-face:after {
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
.bi-theme-dark .public-scrollbar-face:after {
background-color: rgba(240, 243, 247, 0.3);
@ -3328,8 +3334,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.public-scrollbar-main:hover .public-scrollbar-face:after,
.public-scrollbar-main-active .public-scrollbar-face:after,
.public-scrollbar-face-active:after {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after,
.bi-theme-dark .public-scrollbar-main-active .public-scrollbar-face:after,
@ -3394,31 +3400,31 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > table > thead > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #525466;
border-left: 1px solid #525466;
border-top: 1px solid #3a3c53;
border-left: 1px solid #3a3c53;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container {
@ -3746,7 +3752,7 @@ ul.ztree.zTreeDragUL {
border-left: none;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
@ -3778,7 +3784,7 @@ ul.ztree.zTreeDragUL {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-file-manager-nav-button .file-manager-nav-button-text {
@ -4194,7 +4200,7 @@ ul.ztree.zTreeDragUL {
border-left: none;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
@ -4242,8 +4248,8 @@ body {
div::-webkit-scrollbar,
textarea::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
width: 6px;
height: 6px;
}
@ -4252,13 +4258,13 @@ textarea::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark div::-webkit-scrollbar,
.bi-theme-dark textarea::-webkit-scrollbar {
@ -4312,12 +4318,12 @@ textarea::-webkit-scrollbar-thumb:hover {
_background: none;
}
.ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png');
_background: none;
}
@ -4550,6 +4556,7 @@ textarea::-webkit-scrollbar-thumb:hover {
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-font .b-font:before {
@ -4561,6 +4568,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-h-font .b-font:before {
@ -4577,6 +4585,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-ha-font .b-font:before {
@ -4598,6 +4607,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.circle-close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d5;');
}
.circle-close-font .b-font:before {
@ -4609,6 +4619,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.search-close-h-font .b-font:before {
@ -4625,6 +4636,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70d;');
}
.pre-page-h-font .b-font:before {
@ -4641,6 +4653,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.next-page-h-font .b-font:before {
@ -4657,6 +4670,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dc;');
}
.search-font .b-font:before {
@ -4668,6 +4682,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe733;');
}
.date-font .b-font:before {
@ -4679,6 +4694,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-change-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe72f;');
}
.date-change-h-font .b-font:before {
@ -4695,6 +4711,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.dot-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-font .b-font:before {
@ -4706,6 +4723,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.dot-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-h-font .b-font:before {
@ -4722,6 +4740,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.dot-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-ha-font .b-font:before {
@ -4743,6 +4762,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.dot-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-e-font .b-font:before {
@ -4767,6 +4787,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.pull-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-font .b-font:before {
@ -4778,6 +4799,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-h-font .b-font:before {
@ -4794,6 +4816,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-ha-font .b-font:before {
@ -4815,6 +4838,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-e-font .b-font:before {
@ -4839,6 +4863,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-font .b-font:before {
@ -4850,6 +4875,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-h-font .b-font:before {
@ -4866,6 +4892,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.copy-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-ha-font .b-font:before {
@ -4887,6 +4914,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-e-font .b-font:before {
@ -4911,6 +4939,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-font .b-font:before {
@ -4922,6 +4951,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-h-font .b-font:before {
@ -4938,6 +4968,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-ha-font .b-font:before {
@ -4959,6 +4990,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-e-font .b-font:before {
@ -4984,6 +5016,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d9;');
}
.row-pre-page-h-font .b-font:before {
@ -5000,6 +5033,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.row-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.row-next-page-h-font .b-font:before {
@ -5016,6 +5050,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.column-pre-page-h-font .b-font:before {
@ -5032,6 +5067,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.column-next-page-h-font .b-font:before {
@ -5048,6 +5084,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.expander-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.expander-right-font .b-font:before {
@ -5059,6 +5096,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.expander-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.expander-down-font .b-font:before {
@ -5070,6 +5108,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-top-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.solid-triangle-top-font .b-font:before {
@ -5086,6 +5125,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-bottom-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.solid-triangle-bottom-font .b-font:before {
@ -5102,6 +5142,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.trigger-triangle-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe64e;');
}
.trigger-triangle-font .b-font:before {
@ -5123,6 +5164,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #999999;
}
.pull-up-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70a;');
}
.pull-up-font .b-font:before {
@ -5134,17 +5176,19 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-font .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-h-font .b-font:before {
@ -5161,6 +5205,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #647185;
}
.pull-down-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-ha-font .b-font:before {
@ -5182,6 +5227,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #647185;
}
.check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-font .b-font:before {
@ -5193,6 +5239,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #3685f2;
}
.item-check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.item-check-font .b-font:before {
@ -5214,6 +5261,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.primary-key-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe740;');
}
.primary-key-font .b-font:before {
@ -5230,6 +5278,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.drag-tag-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.drag-tag-font .b-font:before {
@ -5241,6 +5290,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #faaa39;
}
.less-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75e;');
}
.less-font .b-font:before {
@ -5262,6 +5312,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.less-equal-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe761;');
}
.less-equal-font .b-font:before {
@ -5283,6 +5334,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75b;');
}
.text-bold-font .b-font:before {
@ -5294,6 +5346,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-italic-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75c;');
}
.text-italic-font .b-font:before {
@ -5305,6 +5358,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-underline-font .b-font:before {
@ -5316,6 +5370,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75a;');
}
.text-color-font .b-font:before {
@ -5327,6 +5382,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-background-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe758;');
}
.text-background-font .b-font:before {
@ -5338,6 +5394,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-color-underline-font .b-font:before {
@ -5349,6 +5406,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-left-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6ca;');
}
.text-align-left-font .b-font:before {
@ -5360,6 +5418,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-center-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bf;');
}
.text-align-center-font .b-font:before {
@ -5371,6 +5430,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6c8;');
}
.text-align-right-font .b-font:before {
@ -5382,6 +5442,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-error-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe757;');
}
.toast-error-font .b-font:before {
@ -5393,6 +5454,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-success-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe756;');
}
.toast-success-font .b-font:before {
@ -5404,6 +5466,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-warning-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe755;');
}
.toast-warning-font .b-font:before {
@ -5415,6 +5478,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-message-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe74b;');
}
.toast-message-font .b-font:before {
@ -5426,6 +5490,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-add-tip-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dd;');
}
.text-add-tip-font .b-font:before {

95
dist/fineui.js vendored

@ -36302,8 +36302,7 @@ BI.Pane = BI.inherit(BI.Widget, {
BI.createWidget({
type: "bi.absolute_center_adapt",
element: this,
items: [this._tipText],
bgap: 25
items: [this._tipText]
});
}
},
@ -50705,13 +50704,13 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
var fieldFormattedName = this.options.paramFormatter(fieldId) || "undefined";
var from = this.editor.getCursor();
// 解决插入字段由括号或其他特殊字符包围时分裂的bug,在两端以不可见字符包裹一下
var showName = fieldFormattedName.replaceAll(/^<!.*!>$/, function (str) {
var showName = fieldFormattedName.replaceAll("^<!.*!>$", function (str) {
return str.substring(2, str.length - 2);
});
this.editor.replaceSelection("\u200b" + showName + "\u200b");
var to = this.editor.getCursor();
var className = "fieldName";
if (BI.isNotNull(fieldFormattedName.match(/^<!.*!>$/)) && !force) {
if (BI.isNotNull(fieldFormattedName.match("^<!.*!>$")) && !force) {
className = "error-field";
}
this.editor.markText(from, to, {className: className, atomic: true, startStyle: "start", endStyle: "end", value: value});
@ -52797,6 +52796,8 @@ BI.shortcut("bi.image_button", BI.ImageButton);(function ($) {
var o = this.options, self = this;
if (BI.isNumber(o.height) && !o.clear && !o.block) {
this.element.css({height: o.height + "px", lineHeight: (o.height - 2) + "px"});
} else if (o.clear || o.block) {
this.element.css({lineHeight: o.height + "px"});
} else {
this.element.css({lineHeight: (o.height - 2) + "px"});
}
@ -54175,6 +54176,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
lineHeight: 2,
readOnly: false,
lineNumbers: false,
paramMatch: true, // 用来判断是否需要在代码中匹配参数,默认为true, R语言是不需要匹配参数
// 参数显示值构造函数
paramFormatter: function (v) {
return v;
@ -54187,9 +54189,9 @@ BI.CodeEditor = BI.inherit(BI.Single, {
var conf = {
textWrapping: true,
lineWrapping: true,
lineNumbers: false,
lineNumbers: o.lineNumbers,
readOnly: o.readOnly,
//解决插入字段由括号或其他特殊字符包围时分裂的bug
// 解决插入字段由括号或其他特殊字符包围时分裂的bug
specialChars: /[\u0000-\u001f\u007f\u00ad\u200c-\u200f\u2028\u2029\ufeff]/
};
o.readOnly && (conf.cursorBlinkRate = -1);
@ -54328,19 +54330,23 @@ BI.CodeEditor = BI.inherit(BI.Single, {
},
setValue: function (v) {
var self = this, result;
var self = this, o = this.options, result;
this.refresh();
self.editor.setValue("");
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
if(o.paramMatch) {
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
}else {
self.editor.setValue(v);
}
this._checkWaterMark();
},
@ -54371,7 +54377,8 @@ BI.CodeEditor = BI.inherit(BI.Single, {
BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR";
BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS";
BI.shortcut("bi.code_editor", BI.CodeEditor);/**
BI.shortcut("bi.code_editor", BI.CodeEditor);
/**
* Created by GUY on 2015/4/15.
* @class BI.Editor
* @extends BI.Single
@ -67500,13 +67507,19 @@ BI.GridTable = BI.inherit(BI.Widget, {
},
populate: function (items, header) {
if (items && this.options.items !== items) {
var headerChanged = this.options.header !== header;
var itemsChanged = this.options.items !== items;
if(header && headerChanged) {
this.options.header = header;
}
if(items && itemsChanged) {
this.options.items = items;
}
if (items && itemsChanged) {
this.items = this._getItems();
this._restore();
}
if (header && this.options.header !== header) {
this.options.header = header;
if (header && headerChanged) {
this.header = this._getHeader();
this._restore();
}
@ -67524,7 +67537,8 @@ BI.GridTable = BI.inherit(BI.Widget, {
this._restore();
}
});
BI.shortcut("bi.grid_table", BI.GridTable);/**
BI.shortcut("bi.grid_table", BI.GridTable);
/**
* QuickGridTable
*
* Created by GUY on 2016/1/12.
@ -70046,7 +70060,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
if (mouseMoveTracker.isDragging()) {
start = true;
offset += deltaX;
size = BI.clamp(defaultSize + offset, 10, o.width - 15);
size = BI.clamp(defaultSize + offset, 30, o.width - 40);
self.regionResizerHandler.element.addClass("dragging");
self._setRegionResizerHandlerPosition(size - 3, 0);
@ -70054,7 +70068,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
}, function () {
if (start === true) {
o.regionColumnSize[0] = BI.clamp(size, 10, o.width - 15);
o.regionColumnSize[0] = BI.clamp(size, 30, o.width - 40);
self.table.setRegionColumnSize(o.regionColumnSize);
if (o.isResizeAdapt === true) {
var freezeColumnSize = self._getFreezeColumnSize();
@ -83301,11 +83315,13 @@ BI.RichEditorParamAction = BI.inherit(BI.RichEditorAction, {
var o = this.options;
var instance = o.editor.instance;
var image = new Image();
var attrs = BI.DOM.getImage(o.paramFormatter(param));
var name = o.paramFormatter(param);
var attrs = BI.DOM.getImage(name);
image.src = attrs.src;
image.alt = param;
$(image).addClass("rich-editor-param");
$(image).attr("style", attrs.style);
$(image).attr("name", name);
this.options.editor.insertHTML($("<div>").append(image).html());
// var sel = this._get$Sel();
// var wrapper = o.editor.instance.getElm().element;
@ -95742,7 +95758,7 @@ BI.MultiLayerSelectLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
type: "bi.select_tree_expander",
isDefaultInit: o.isDefaultInit,
@ -96298,7 +96314,7 @@ BI.MultiLayerSingleLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
isDefaultInit: o.isDefaultInit,
el: {},
@ -102580,17 +102596,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -102626,7 +102642,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
w.on(BI.Editor.EVENT_ERROR, function () {
self._checkValidation();
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
});
@ -102639,13 +102655,13 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
@ -102662,17 +102678,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -113134,6 +113150,9 @@ BI.shortcut("bi.all_value_chooser_pane", BI.AllValueChooserPane);BI.AbstractTree
_isMatch: function (parentValues, value, keyword) {
var node = this._getTreeNode(parentValues, value);
if (!node) {
return false;
}
var find = BI.Func.getSearchResult([node.text || node.value], keyword);
return find.find.length > 0 || find.match.length > 0;
},
@ -113664,12 +113683,12 @@ BI.shortcut("bi.value_chooser_pane", BI.ValueChooserPane);;(function () {
"keys", "allKeys", "values", "pairs", "invert",
"mapObject", "findKey", "pick", "omit", "tap"], function (name) {
var old = BI[name];
BI[name] = function (obj, fn) {
BI[name] = function (obj, fn, context) {
return typeof fn === "function" ? old(obj, function (key, value) {
if (!(key in Fix.$$skipArray)) {
return fn.apply(this, arguments);
}
}) : old.apply(this, arguments);
}, context) : old.apply(this, arguments);
};
});
BI.isEmpty = function (ob) {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

74
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/fix/fix.compact.js vendored

@ -179,12 +179,12 @@
"keys", "allKeys", "values", "pairs", "invert",
"mapObject", "findKey", "pick", "omit", "tap"], function (name) {
var old = BI[name];
BI[name] = function (obj, fn) {
BI[name] = function (obj, fn, context) {
return typeof fn === "function" ? old(obj, function (key, value) {
if (!(key in Fix.$$skipArray)) {
return fn.apply(this, arguments);
}
}) : old.apply(this, arguments);
}, context) : old.apply(this, arguments);
};
});
BI.isEmpty = function (ob) {

79
dist/resource.css vendored

@ -30,8 +30,8 @@ body {
div::-webkit-scrollbar,
textarea::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
width: 6px;
height: 6px;
}
@ -40,13 +40,13 @@ textarea::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark div::-webkit-scrollbar,
.bi-theme-dark textarea::-webkit-scrollbar {
@ -100,12 +100,12 @@ textarea::-webkit-scrollbar-thumb:hover {
_background: none;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree_vertical_line_1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree_vertical_line_1.png');
_background: none;
}
@ -338,6 +338,7 @@ textarea::-webkit-scrollbar-thumb:hover {
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-font .b-font:before {
@ -349,6 +350,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-h-font .b-font:before {
@ -365,6 +367,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-ha-font .b-font:before {
@ -386,6 +389,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.circle-close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d5;');
}
.circle-close-font .b-font:before {
@ -397,6 +401,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.search-close-h-font .b-font:before {
@ -413,6 +418,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70d;');
}
.pre-page-h-font .b-font:before {
@ -429,6 +435,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.next-page-h-font .b-font:before {
@ -445,6 +452,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dc;');
}
.search-font .b-font:before {
@ -456,6 +464,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe733;');
}
.date-font .b-font:before {
@ -467,6 +476,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-change-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe72f;');
}
.date-change-h-font .b-font:before {
@ -483,6 +493,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.dot-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-font .b-font:before {
@ -494,6 +505,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.dot-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-h-font .b-font:before {
@ -510,6 +522,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.dot-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-ha-font .b-font:before {
@ -531,6 +544,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.dot-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-e-font .b-font:before {
@ -555,6 +569,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.pull-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-font .b-font:before {
@ -566,6 +581,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-h-font .b-font:before {
@ -582,6 +598,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-ha-font .b-font:before {
@ -603,6 +620,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-e-font .b-font:before {
@ -627,6 +645,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-font .b-font:before {
@ -638,6 +657,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-h-font .b-font:before {
@ -654,6 +674,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #232e40;
}
.copy-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-ha-font .b-font:before {
@ -675,6 +696,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-e-font .b-font:before {
@ -699,6 +721,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-font .b-font:before {
@ -710,6 +733,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-h-font .b-font:before {
@ -726,6 +750,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-ha-font .b-font:before {
@ -747,6 +772,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-e-font .b-font:before {
@ -772,6 +798,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d9;');
}
.row-pre-page-h-font .b-font:before {
@ -788,6 +815,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.row-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.row-next-page-h-font .b-font:before {
@ -804,6 +832,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.column-pre-page-h-font .b-font:before {
@ -820,6 +849,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.column-next-page-h-font .b-font:before {
@ -836,6 +866,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.expander-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.expander-right-font .b-font:before {
@ -847,6 +878,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.expander-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.expander-down-font .b-font:before {
@ -858,6 +890,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-top-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.solid-triangle-top-font .b-font:before {
@ -874,6 +907,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-bottom-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.solid-triangle-bottom-font .b-font:before {
@ -890,6 +924,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.trigger-triangle-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe64e;');
}
.trigger-triangle-font .b-font:before {
@ -911,6 +946,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #999999;
}
.pull-up-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70a;');
}
.pull-up-font .b-font:before {
@ -922,17 +958,19 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-font .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-h-font .b-font:before {
@ -949,6 +987,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #647185;
}
.pull-down-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-ha-font .b-font:before {
@ -970,6 +1009,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #647185;
}
.check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-font .b-font:before {
@ -981,6 +1021,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #3685f2;
}
.item-check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.item-check-font .b-font:before {
@ -1002,6 +1043,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.primary-key-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe740;');
}
.primary-key-font .b-font:before {
@ -1018,6 +1060,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.drag-tag-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.drag-tag-font .b-font:before {
@ -1029,6 +1072,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #faaa39;
}
.less-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75e;');
}
.less-font .b-font:before {
@ -1050,6 +1094,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.less-equal-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe761;');
}
.less-equal-font .b-font:before {
@ -1071,6 +1116,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75b;');
}
.text-bold-font .b-font:before {
@ -1082,6 +1128,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-italic-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75c;');
}
.text-italic-font .b-font:before {
@ -1093,6 +1140,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-underline-font .b-font:before {
@ -1104,6 +1152,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75a;');
}
.text-color-font .b-font:before {
@ -1115,6 +1164,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-background-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe758;');
}
.text-background-font .b-font:before {
@ -1126,6 +1176,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-color-underline-font .b-font:before {
@ -1137,6 +1188,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-left-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6ca;');
}
.text-align-left-font .b-font:before {
@ -1148,6 +1200,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-center-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bf;');
}
.text-align-center-font .b-font:before {
@ -1159,6 +1212,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6c8;');
}
.text-align-right-font .b-font:before {
@ -1170,6 +1224,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-error-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe757;');
}
.toast-error-font .b-font:before {
@ -1181,6 +1236,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-success-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe756;');
}
.toast-success-font .b-font:before {
@ -1192,6 +1248,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-warning-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe755;');
}
.toast-warning-font .b-font:before {
@ -1203,6 +1260,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-message-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe74b;');
}
.toast-message-font .b-font:before {
@ -1214,6 +1272,7 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-add-tip-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dd;');
}
.text-add-tip-font .b-font:before {

4
dist/widget.css vendored

@ -25,7 +25,7 @@
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-file-manager-nav-button .file-manager-nav-button-text {
@ -441,7 +441,7 @@
border-left: none;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .first-element {
border-left: none;

25
dist/widget.js vendored

@ -7762,7 +7762,7 @@ BI.MultiLayerSelectLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
type: "bi.select_tree_expander",
isDefaultInit: o.isDefaultInit,
@ -8318,7 +8318,7 @@ BI.MultiLayerSingleLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
isDefaultInit: o.isDefaultInit,
el: {},
@ -14600,17 +14600,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -14646,7 +14646,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
w.on(BI.Editor.EVENT_ERROR, function () {
self._checkValidation();
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
});
@ -14659,13 +14659,13 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
@ -14682,17 +14682,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -25154,6 +25154,9 @@ BI.shortcut("bi.all_value_chooser_pane", BI.AllValueChooserPane);BI.AbstractTree
_isMatch: function (parentValues, value, keyword) {
var node = this._getTreeNode(parentValues, value);
if (!node) {
return false;
}
var find = BI.Func.getSearchResult([node.text || node.value], keyword);
return find.find.length > 0 || find.match.length > 0;
},

12
public/css/app.css

@ -30,8 +30,8 @@ body {
div::-webkit-scrollbar,
textarea::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
width: 6px;
height: 6px;
}
@ -40,13 +40,13 @@ textarea::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark div::-webkit-scrollbar,
.bi-theme-dark textarea::-webkit-scrollbar {

4
public/css/background.css

@ -29,12 +29,12 @@
_background: none;
}
.ztree li ul.line {
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/tree_vertical_line_1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background: url('https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://fanruan.coding.me/fineui/dist/images/1x/icon/dark/tree_vertical_line_1.png');
_background: none;
}

63
public/css/font.css

@ -12,6 +12,7 @@
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-font .b-font:before {
@ -23,6 +24,7 @@
color: inherit;
}
.close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-h-font .b-font:before {
@ -39,6 +41,7 @@
color: inherit;
}
.close-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-ha-font .b-font:before {
@ -60,6 +63,7 @@
color: inherit;
}
.circle-close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d5;');
}
.circle-close-font .b-font:before {
@ -71,6 +75,7 @@
color: inherit;
}
.search-close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.search-close-h-font .b-font:before {
@ -87,6 +92,7 @@
color: inherit;
}
.pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70d;');
}
.pre-page-h-font .b-font:before {
@ -103,6 +109,7 @@
color: inherit;
}
.next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.next-page-h-font .b-font:before {
@ -119,6 +126,7 @@
color: inherit;
}
.search-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dc;');
}
.search-font .b-font:before {
@ -130,6 +138,7 @@
color: inherit;
}
.date-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe733;');
}
.date-font .b-font:before {
@ -141,6 +150,7 @@
color: inherit;
}
.date-change-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe72f;');
}
.date-change-h-font .b-font:before {
@ -157,6 +167,7 @@
color: inherit;
}
.dot-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-font .b-font:before {
@ -168,6 +179,7 @@
color: #232e40;
}
.dot-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-h-font .b-font:before {
@ -184,6 +196,7 @@
color: #232e40;
}
.dot-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-ha-font .b-font:before {
@ -205,6 +218,7 @@
color: #ffffff;
}
.dot-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-e-font .b-font:before {
@ -229,6 +243,7 @@
color: #ffffff;
}
.pull-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-font .b-font:before {
@ -240,6 +255,7 @@
color: inherit;
}
.pull-right-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-h-font .b-font:before {
@ -256,6 +272,7 @@
color: inherit;
}
.pull-right-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-ha-font .b-font:before {
@ -277,6 +294,7 @@
color: inherit;
}
.pull-right-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-e-font .b-font:before {
@ -301,6 +319,7 @@
color: inherit;
}
.copy-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-font .b-font:before {
@ -312,6 +331,7 @@
color: inherit;
}
.copy-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-h-font .b-font:before {
@ -328,6 +348,7 @@
color: #232e40;
}
.copy-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-ha-font .b-font:before {
@ -349,6 +370,7 @@
color: inherit;
}
.copy-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-e-font .b-font:before {
@ -373,6 +395,7 @@
color: inherit;
}
.check-mark-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-font .b-font:before {
@ -384,6 +407,7 @@
color: inherit;
}
.check-mark-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-h-font .b-font:before {
@ -400,6 +424,7 @@
color: inherit;
}
.check-mark-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-ha-font .b-font:before {
@ -421,6 +446,7 @@
color: inherit;
}
.check-mark-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-e-font .b-font:before {
@ -446,6 +472,7 @@
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d9;');
}
.row-pre-page-h-font .b-font:before {
@ -462,6 +489,7 @@
color: inherit;
}
.row-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.row-next-page-h-font .b-font:before {
@ -478,6 +506,7 @@
color: inherit;
}
.column-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.column-pre-page-h-font .b-font:before {
@ -494,6 +523,7 @@
color: inherit;
}
.column-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.column-next-page-h-font .b-font:before {
@ -510,6 +540,7 @@
color: inherit;
}
.expander-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.expander-right-font .b-font:before {
@ -521,6 +552,7 @@
color: inherit;
}
.expander-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.expander-down-font .b-font:before {
@ -532,6 +564,7 @@
color: inherit;
}
.solid-triangle-top-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.solid-triangle-top-font .b-font:before {
@ -548,6 +581,7 @@
color: inherit;
}
.solid-triangle-bottom-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.solid-triangle-bottom-font .b-font:before {
@ -564,6 +598,7 @@
color: inherit;
}
.trigger-triangle-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe64e;');
}
.trigger-triangle-font .b-font:before {
@ -585,6 +620,7 @@
color: #999999;
}
.pull-up-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70a;');
}
.pull-up-font .b-font:before {
@ -596,17 +632,19 @@
color: inherit;
}
.pull-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-font .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-h-font .b-font:before {
@ -623,6 +661,7 @@
color: #647185;
}
.pull-down-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-ha-font .b-font:before {
@ -644,6 +683,7 @@
color: #647185;
}
.check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-font .b-font:before {
@ -655,6 +695,7 @@
color: #3685f2;
}
.item-check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.item-check-font .b-font:before {
@ -676,6 +717,7 @@
color: #ffffff;
}
.primary-key-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe740;');
}
.primary-key-font .b-font:before {
@ -692,6 +734,7 @@
color: inherit;
}
.drag-tag-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.drag-tag-font .b-font:before {
@ -703,6 +746,7 @@
color: #faaa39;
}
.less-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75e;');
}
.less-font .b-font:before {
@ -724,6 +768,7 @@
color: inherit;
}
.less-equal-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe761;');
}
.less-equal-font .b-font:before {
@ -745,6 +790,7 @@
color: inherit;
}
.text-bold-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75b;');
}
.text-bold-font .b-font:before {
@ -756,6 +802,7 @@
color: inherit;
}
.text-italic-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75c;');
}
.text-italic-font .b-font:before {
@ -767,6 +814,7 @@
color: inherit;
}
.text-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-underline-font .b-font:before {
@ -778,6 +826,7 @@
color: inherit;
}
.text-color-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75a;');
}
.text-color-font .b-font:before {
@ -789,6 +838,7 @@
color: inherit;
}
.text-background-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe758;');
}
.text-background-font .b-font:before {
@ -800,6 +850,7 @@
color: inherit;
}
.text-color-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-color-underline-font .b-font:before {
@ -811,6 +862,7 @@
color: inherit;
}
.text-align-left-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6ca;');
}
.text-align-left-font .b-font:before {
@ -822,6 +874,7 @@
color: inherit;
}
.text-align-center-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bf;');
}
.text-align-center-font .b-font:before {
@ -833,6 +886,7 @@
color: inherit;
}
.text-align-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6c8;');
}
.text-align-right-font .b-font:before {
@ -844,6 +898,7 @@
color: inherit;
}
.toast-error-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe757;');
}
.toast-error-font .b-font:before {
@ -855,6 +910,7 @@
color: inherit;
}
.toast-success-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe756;');
}
.toast-success-font .b-font:before {
@ -866,6 +922,7 @@
color: inherit;
}
.toast-warning-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe755;');
}
.toast-warning-font .b-font:before {
@ -877,6 +934,7 @@
color: inherit;
}
.toast-message-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe74b;');
}
.toast-message-font .b-font:before {
@ -888,6 +946,7 @@
color: inherit;
}
.text-add-tip-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dd;');
}
.text-add-tip-font .b-font:before {

4
src/base/formula/formulaeditor.js

@ -128,13 +128,13 @@ BI.FormulaEditor = BI.inherit(BI.Single, {
var fieldFormattedName = this.options.paramFormatter(fieldId) || "undefined";
var from = this.editor.getCursor();
// 解决插入字段由括号或其他特殊字符包围时分裂的bug,在两端以不可见字符包裹一下
var showName = fieldFormattedName.replaceAll(/^<!.*!>$/, function (str) {
var showName = fieldFormattedName.replaceAll("^<!.*!>$", function (str) {
return str.substring(2, str.length - 2);
});
this.editor.replaceSelection("\u200b" + showName + "\u200b");
var to = this.editor.getCursor();
var className = "fieldName";
if (BI.isNotNull(fieldFormattedName.match(/^<!.*!>$/)) && !force) {
if (BI.isNotNull(fieldFormattedName.match("^<!.*!>$")) && !force) {
className = "error-field";
}
this.editor.markText(from, to, {className: className, atomic: true, startStyle: "start", endStyle: "end", value: value});

3
src/base/pane.js

@ -43,8 +43,7 @@ BI.Pane = BI.inherit(BI.Widget, {
BI.createWidget({
type: "bi.absolute_center_adapt",
element: this,
items: [this._tipText],
bgap: 25
items: [this._tipText]
});
}
},

2
src/base/single/button/buttons/button.js

@ -43,6 +43,8 @@
var o = this.options, self = this;
if (BI.isNumber(o.height) && !o.clear && !o.block) {
this.element.css({height: o.height + "px", lineHeight: (o.height - 2) + "px"});
} else if (o.clear || o.block) {
this.element.css({lineHeight: o.height + "px"});
} else {
this.element.css({lineHeight: (o.height - 2) + "px"});
}

33
src/base/single/editor/editor.code.js

@ -13,6 +13,7 @@ BI.CodeEditor = BI.inherit(BI.Single, {
lineHeight: 2,
readOnly: false,
lineNumbers: false,
paramMatch: true, // 用来判断是否需要在代码中匹配参数,默认为true, R语言是不需要匹配参数
// 参数显示值构造函数
paramFormatter: function (v) {
return v;
@ -25,9 +26,9 @@ BI.CodeEditor = BI.inherit(BI.Single, {
var conf = {
textWrapping: true,
lineWrapping: true,
lineNumbers: false,
lineNumbers: o.lineNumbers,
readOnly: o.readOnly,
//解决插入字段由括号或其他特殊字符包围时分裂的bug
// 解决插入字段由括号或其他特殊字符包围时分裂的bug
specialChars: /[\u0000-\u001f\u007f\u00ad\u200c-\u200f\u2028\u2029\ufeff]/
};
o.readOnly && (conf.cursorBlinkRate = -1);
@ -166,19 +167,23 @@ BI.CodeEditor = BI.inherit(BI.Single, {
},
setValue: function (v) {
var self = this, result;
var self = this, o = this.options, result;
this.refresh();
self.editor.setValue("");
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
if(o.paramMatch) {
result = this._analyzeContent(v || "");
BI.each(result, function (i, item) {
var fieldRegx = /\$[\{][^\}]*[\}]/;
var str = item.match(fieldRegx);
if (BI.isNotEmptyArray(str)) {
self.insertParam(str[0].substring(2, item.length - 1));
} else {
self.insertString(item);
}
});
}else {
self.editor.setValue(v);
}
this._checkWaterMark();
},
@ -209,4 +214,4 @@ BI.CodeEditor = BI.inherit(BI.Single, {
BI.CodeEditor.EVENT_CHANGE = "EVENT_CHANGE";
BI.CodeEditor.EVENT_BLUR = "EVENT_BLUR";
BI.CodeEditor.EVENT_FOCUS = "EVENT_FOCUS";
BI.shortcut("bi.code_editor", BI.CodeEditor);
BI.shortcut("bi.code_editor", BI.CodeEditor);

14
src/base/table/table.grid.js

@ -455,13 +455,19 @@ BI.GridTable = BI.inherit(BI.Widget, {
},
populate: function (items, header) {
if (items && this.options.items !== items) {
var headerChanged = this.options.header !== header;
var itemsChanged = this.options.items !== items;
if(header && headerChanged) {
this.options.header = header;
}
if(items && itemsChanged) {
this.options.items = items;
}
if (items && itemsChanged) {
this.items = this._getItems();
this._restore();
}
if (header && this.options.header !== header) {
this.options.header = header;
if (header && headerChanged) {
this.header = this._getHeader();
this._restore();
}
@ -479,4 +485,4 @@ BI.GridTable = BI.inherit(BI.Widget, {
this._restore();
}
});
BI.shortcut("bi.grid_table", BI.GridTable);
BI.shortcut("bi.grid_table", BI.GridTable);

4
src/base/table/table.resizable.js

@ -114,7 +114,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
if (mouseMoveTracker.isDragging()) {
start = true;
offset += deltaX;
size = BI.clamp(defaultSize + offset, 10, o.width - 15);
size = BI.clamp(defaultSize + offset, 30, o.width - 40);
self.regionResizerHandler.element.addClass("dragging");
self._setRegionResizerHandlerPosition(size - 3, 0);
@ -122,7 +122,7 @@ BI.ResizableTable = BI.inherit(BI.Widget, {
}, function () {
if (start === true) {
o.regionColumnSize[0] = BI.clamp(size, 10, o.width - 15);
o.regionColumnSize[0] = BI.clamp(size, 30, o.width - 40);
self.table.setRegionColumnSize(o.regionColumnSize);
if (o.isResizeAdapt === true) {
var freezeColumnSize = self._getFreezeColumnSize();

4
src/case/richeditor/bar/action.richeditor.param.js

@ -45,11 +45,13 @@ BI.RichEditorParamAction = BI.inherit(BI.RichEditorAction, {
var o = this.options;
var instance = o.editor.instance;
var image = new Image();
var attrs = BI.DOM.getImage(o.paramFormatter(param));
var name = o.paramFormatter(param);
var attrs = BI.DOM.getImage(name);
image.src = attrs.src;
image.alt = param;
$(image).addClass("rich-editor-param");
$(image).attr("style", attrs.style);
$(image).attr("name", name);
this.options.editor.insertHTML($("<div>").append(image).html());
// var sel = this._get$Sel();
// var wrapper = o.editor.instance.getElm().element;

3
src/component/treevaluechooser/abstract.treevaluechooser.js

@ -627,6 +627,9 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, {
_isMatch: function (parentValues, value, keyword) {
var node = this._getTreeNode(parentValues, value);
if (!node) {
return false;
}
var find = BI.Func.getSearchResult([node.text || node.value], keyword);
return find.find.length > 0 || find.match.length > 0;
},

3
src/css/base/pane.css

@ -0,0 +1,3 @@
.bi-pane {
min-height: 25px;
}

6
src/css/base/segment/segment.css

@ -27,9 +27,9 @@
overflow-x: hidden;
overflow-y: hidden;
background: #242640;
border-right: 1px solid #525466;
border-top: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-top: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-segment > .first-element {
border-left: 1px solid #242640;

48
src/css/base/table/table.css

@ -15,10 +15,10 @@
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-collection-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-quick-collection-table > div > .bi-collection {
@ -44,10 +44,10 @@
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-theme-dark .bi-grid-table-cell.first-col {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.scrollbar-layout-main {
@ -58,8 +58,8 @@
transition-duration: 250ms;
transition-timing-function: ease;
user-select: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
border-radius: 5px;
}
.bi-theme-dark .scrollbar-layout-main {
@ -82,8 +82,8 @@
height: 10px;
left: 0;
transition-property: background-color;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
}
.bi-theme-dark .scrollbar-layout-main-horizontal {
background-color: rgba(240, 243, 247, 0.05);
@ -140,8 +140,8 @@
*/
/* Touching the scroll-track directly makes the scroll-track bolder */
.public-scrollbar-face:after {
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
.bi-theme-dark .public-scrollbar-face:after {
background-color: rgba(240, 243, 247, 0.3);
@ -150,8 +150,8 @@
.public-scrollbar-main:hover .public-scrollbar-face:after,
.public-scrollbar-main-active .public-scrollbar-face:after,
.public-scrollbar-face-active:after {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after,
.bi-theme-dark .public-scrollbar-main-active .public-scrollbar-face:after,
@ -216,31 +216,31 @@
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #525466;
border-right: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
border-right: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-bottom: 1px solid #525466;
border-right: 1px solid #3a3c53;
border-bottom: 1px solid #3a3c53;
}
.bi-theme-dark .bi-table > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > tbody > tr > td,
.bi-theme-dark .bi-table > div > div > table > thead > tr > td,
.bi-theme-dark .bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #525466;
border-left: 1px solid #525466;
border-top: 1px solid #3a3c53;
border-left: 1px solid #3a3c53;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container {

2
src/css/base/view/popupview.css

@ -30,7 +30,7 @@
border-left: none;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element {
border-left: none;

96
src/css/core/utils/common.css

@ -4,7 +4,7 @@ textarea {
}
.bi-theme-dark input,
.bi-theme-dark textarea {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
@ -20,16 +20,16 @@ textarea {
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .base-disabled .b-font:before {
color: #666666 !important;
color: #878d9f !important;
}
.base-invalid {
cursor: default !important;
@ -58,13 +58,13 @@ textarea {
}
.bi-theme-dark .bi-background {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-background .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-card {
background-color: #ffffff;
@ -78,13 +78,13 @@ textarea {
}
.bi-theme-dark .bi-card {
background-color: #242640;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-input {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-card .bi-textarea {
color: #F0F3F7;
color: #d6e0dc;
}
.bi-disabled {
color: #9ea6b2;
@ -96,13 +96,13 @@ textarea {
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-input {
color: #666666;
color: #878d9f;
}
.bi-theme-dark .bi-disabled .bi-textarea {
color: #666666;
color: #878d9f;
}
.bi-tips {
color: #c4c9d1;
@ -122,31 +122,31 @@ textarea {
border-radius: 2px;
}
.bi-theme-dark .bi-border {
border: 1px solid #525466;
border: 1px solid #3a3c53;
}
.bi-border-left {
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-border-right {
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}
.bi-border-top {
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
border-top: 1px solid #3a3c53;
}
.bi-border-bottom {
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
border-bottom: 1px solid #3a3c53;
}
.bi-keyword-red-mark {
color: #faaa39;
@ -209,13 +209,13 @@ textarea {
color: #c4c9d1;
}
.bi-theme-dark .bi-water-mark {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-input {
color: #666666;
color: #6b7084;
}
.bi-theme-dark .bi-water-mark .bi-textarea {
color: #666666;
color: #6b7084;
}
.bi-resizer {
background: #232E40;
@ -290,8 +290,8 @@ textarea {
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-theme-dark .bi-list-item:hover .bi-input,
.bi-theme-dark .bi-list-item.hover .bi-input {
@ -305,22 +305,22 @@ textarea {
.bi-theme-dark .bi-list-item.disabled:hover,
.bi-theme-dark .bi-list-item.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-input,
.bi-theme-dark .bi-list-item.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item.disabled .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-border:active,
.bi-list-item-border.active {
@ -424,22 +424,22 @@ textarea {
.bi-theme-dark .bi-list-item-effect.disabled:hover,
.bi-theme-dark .bi-list-item-effect.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
@ -528,22 +528,22 @@ textarea {
.bi-theme-dark .bi-list-item-active.disabled:hover,
.bi-theme-dark .bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
@ -637,22 +637,22 @@ textarea {
.bi-theme-dark .bi-list-item-active2.disabled:hover,
.bi-theme-dark .bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
@ -896,22 +896,22 @@ textarea {
.bi-theme-dark .bi-list-item-select.disabled:hover,
.bi-theme-dark .bi-list-item-select.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}
.bi-list-item-none:hover,
.bi-list-item-none.hover {
@ -998,20 +998,20 @@ textarea {
.bi-theme-dark .bi-list-item-none.disabled:hover,
.bi-theme-dark .bi-list-item-none.disabled:active {
background-color: transparent !important;
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea {
color: #666666 !important;
color: #878d9f !important;
}
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light,
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light {
color: #666666 !important;
color: #878d9f !important;
}

3
src/css/core/utils/pos.css

@ -6,6 +6,9 @@
*display: inline;
*zoom: 1;
}
.display-table {
display: table;
}
/**常用于span元素在与combo并列时**/
.vertical-super {
vertical-align: super;

12
src/css/resource/app.css

@ -30,8 +30,8 @@ body {
div::-webkit-scrollbar,
textarea::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
width: 6px;
height: 6px;
}
@ -40,13 +40,13 @@ textarea::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark div::-webkit-scrollbar,
.bi-theme-dark textarea::-webkit-scrollbar {

4
src/css/resource/background.css

@ -29,12 +29,12 @@
_background: none;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/tree_vertical_line_1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/1x/icon/dark/tree_vertical_line_1.png');
_background: none;
}

63
src/css/resource/font.css

@ -12,6 +12,7 @@
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-font .b-font:before {
@ -23,6 +24,7 @@
color: inherit;
}
.close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-h-font .b-font:before {
@ -39,6 +41,7 @@
color: inherit;
}
.close-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-ha-font .b-font:before {
@ -60,6 +63,7 @@
color: inherit;
}
.circle-close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d5;');
}
.circle-close-font .b-font:before {
@ -71,6 +75,7 @@
color: inherit;
}
.search-close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.search-close-h-font .b-font:before {
@ -87,6 +92,7 @@
color: inherit;
}
.pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70d;');
}
.pre-page-h-font .b-font:before {
@ -103,6 +109,7 @@
color: inherit;
}
.next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.next-page-h-font .b-font:before {
@ -119,6 +126,7 @@
color: inherit;
}
.search-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dc;');
}
.search-font .b-font:before {
@ -130,6 +138,7 @@
color: inherit;
}
.date-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe733;');
}
.date-font .b-font:before {
@ -141,6 +150,7 @@
color: inherit;
}
.date-change-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe72f;');
}
.date-change-h-font .b-font:before {
@ -157,6 +167,7 @@
color: inherit;
}
.dot-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-font .b-font:before {
@ -168,6 +179,7 @@
color: #232e40;
}
.dot-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-h-font .b-font:before {
@ -184,6 +196,7 @@
color: #232e40;
}
.dot-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-ha-font .b-font:before {
@ -205,6 +218,7 @@
color: #ffffff;
}
.dot-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-e-font .b-font:before {
@ -229,6 +243,7 @@
color: #ffffff;
}
.pull-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-font .b-font:before {
@ -240,6 +255,7 @@
color: inherit;
}
.pull-right-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-h-font .b-font:before {
@ -256,6 +272,7 @@
color: inherit;
}
.pull-right-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-ha-font .b-font:before {
@ -277,6 +294,7 @@
color: inherit;
}
.pull-right-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-e-font .b-font:before {
@ -301,6 +319,7 @@
color: inherit;
}
.copy-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-font .b-font:before {
@ -312,6 +331,7 @@
color: inherit;
}
.copy-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-h-font .b-font:before {
@ -328,6 +348,7 @@
color: #232e40;
}
.copy-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-ha-font .b-font:before {
@ -349,6 +370,7 @@
color: inherit;
}
.copy-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-e-font .b-font:before {
@ -373,6 +395,7 @@
color: inherit;
}
.check-mark-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-font .b-font:before {
@ -384,6 +407,7 @@
color: inherit;
}
.check-mark-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-h-font .b-font:before {
@ -400,6 +424,7 @@
color: inherit;
}
.check-mark-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-ha-font .b-font:before {
@ -421,6 +446,7 @@
color: inherit;
}
.check-mark-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-e-font .b-font:before {
@ -446,6 +472,7 @@
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d9;');
}
.row-pre-page-h-font .b-font:before {
@ -462,6 +489,7 @@
color: inherit;
}
.row-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.row-next-page-h-font .b-font:before {
@ -478,6 +506,7 @@
color: inherit;
}
.column-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.column-pre-page-h-font .b-font:before {
@ -494,6 +523,7 @@
color: inherit;
}
.column-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.column-next-page-h-font .b-font:before {
@ -510,6 +540,7 @@
color: inherit;
}
.expander-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.expander-right-font .b-font:before {
@ -521,6 +552,7 @@
color: inherit;
}
.expander-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.expander-down-font .b-font:before {
@ -532,6 +564,7 @@
color: inherit;
}
.solid-triangle-top-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.solid-triangle-top-font .b-font:before {
@ -548,6 +581,7 @@
color: inherit;
}
.solid-triangle-bottom-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.solid-triangle-bottom-font .b-font:before {
@ -564,6 +598,7 @@
color: inherit;
}
.trigger-triangle-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe64e;');
}
.trigger-triangle-font .b-font:before {
@ -585,6 +620,7 @@
color: #999999;
}
.pull-up-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70a;');
}
.pull-up-font .b-font:before {
@ -596,17 +632,19 @@
color: inherit;
}
.pull-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-font .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-h-font .b-font:before {
@ -623,6 +661,7 @@
color: #647185;
}
.pull-down-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-ha-font .b-font:before {
@ -644,6 +683,7 @@
color: #647185;
}
.check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-font .b-font:before {
@ -655,6 +695,7 @@
color: #3685f2;
}
.item-check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.item-check-font .b-font:before {
@ -676,6 +717,7 @@
color: #ffffff;
}
.primary-key-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe740;');
}
.primary-key-font .b-font:before {
@ -692,6 +734,7 @@
color: inherit;
}
.drag-tag-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.drag-tag-font .b-font:before {
@ -703,6 +746,7 @@
color: #faaa39;
}
.less-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75e;');
}
.less-font .b-font:before {
@ -724,6 +768,7 @@
color: inherit;
}
.less-equal-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe761;');
}
.less-equal-font .b-font:before {
@ -745,6 +790,7 @@
color: inherit;
}
.text-bold-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75b;');
}
.text-bold-font .b-font:before {
@ -756,6 +802,7 @@
color: inherit;
}
.text-italic-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75c;');
}
.text-italic-font .b-font:before {
@ -767,6 +814,7 @@
color: inherit;
}
.text-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-underline-font .b-font:before {
@ -778,6 +826,7 @@
color: inherit;
}
.text-color-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75a;');
}
.text-color-font .b-font:before {
@ -789,6 +838,7 @@
color: inherit;
}
.text-background-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe758;');
}
.text-background-font .b-font:before {
@ -800,6 +850,7 @@
color: inherit;
}
.text-color-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-color-underline-font .b-font:before {
@ -811,6 +862,7 @@
color: inherit;
}
.text-align-left-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6ca;');
}
.text-align-left-font .b-font:before {
@ -822,6 +874,7 @@
color: inherit;
}
.text-align-center-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bf;');
}
.text-align-center-font .b-font:before {
@ -833,6 +886,7 @@
color: inherit;
}
.text-align-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6c8;');
}
.text-align-right-font .b-font:before {
@ -844,6 +898,7 @@
color: inherit;
}
.toast-error-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe757;');
}
.toast-error-font .b-font:before {
@ -855,6 +910,7 @@
color: inherit;
}
.toast-success-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe756;');
}
.toast-success-font .b-font:before {
@ -866,6 +922,7 @@
color: inherit;
}
.toast-warning-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe755;');
}
.toast-warning-font .b-font:before {
@ -877,6 +934,7 @@
color: inherit;
}
.toast-message-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe74b;');
}
.toast-message-font .b-font:before {
@ -888,6 +946,7 @@
color: inherit;
}
.text-add-tip-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dd;');
}
.text-add-tip-font .b-font:before {

2
src/css/theme/dark.css

@ -1,6 +1,6 @@
.bi-theme-dark {
background-color: #191B2B;
color: #F0F3F7;
color: #d6e0dc;
}
.bi-theme-dark .bi-input {
color: #ffffff;

2
src/css/widget/exceltable/exceltable.css

@ -7,5 +7,5 @@
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
border-right: 1px solid #3a3c53;
}

2
src/css/widget/year/popup.css

@ -8,7 +8,7 @@
border-left: none;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #525466;
border-left: 1px solid #3a3c53;
}
.bi-theme-dark .bi-year-popup .year-popup-navigation > .first-element {
border-left: none;

5
src/less/base/pane.less

@ -0,0 +1,5 @@
@import "../index";
.bi-pane {
min-height: 25px;
}

8
src/less/core/utils/common.less

@ -260,12 +260,12 @@ textarea {
.bi-theme-dark {
.bi-water-mark {
color: @water-mark-color-theme-dark;
color: @font-color-tips-theme-dark;
& .bi-input {
color: @water-mark-color-theme-dark;
color: @font-color-tips-theme-dark;
}
& .bi-textarea {
color: @water-mark-color-theme-dark;
color: @font-color-tips-theme-dark;
}
}
}
@ -357,7 +357,7 @@ textarea {
& .bi-textarea {
color: @color-bi-text;
}
.background-color(@color-bi-background-default, 5%);
.background-color(@color-bi-background-highlight, 5%);
}
&.disabled {
&, &:hover, &:active {

4
src/less/core/utils/pos.less

@ -6,6 +6,10 @@
.inline-block();
}
.display-table {
display: table;
}
/**常用于span元素在与combo并列时**/
.vertical-super{
vertical-align: super;

12
src/less/image.less

@ -315,10 +315,11 @@
@color-bi-font-active: #3f8ce8;
// 默认font
.font(@class,@content, @color: @color-bi-font-native) {
.font(@class,@content, @color: @color-bi-font-native, @fontSize: @font-size-16) {
@fc: "\@{content}";
.@{class} {
& .b-font {
font-size: @fontSize;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {
@ -333,10 +334,11 @@
}
// 有悬浮效果的font
.font-hover(@class,@content,@color-native: @color-bi-font-native, @color-hover: @color-bi-font-hover) {
.font-hover(@class,@content,@color-native: @color-bi-font-native, @color-hover: @color-bi-font-hover, @fontSize: @font-size-16) {
@fc: "\@{content}";
.@{class} {
& .b-font {
font-size: @fontSize;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {
@ -356,10 +358,11 @@
}
// 有默认、激活(选中)的font
.font-hover-active(@class,@content,@color-native: @color-bi-font-native, @color-hover: @color-bi-font-hover, @color-active: @color-bi-font-active) {
.font-hover-active(@class,@content,@color-native: @color-bi-font-native, @color-hover: @color-bi-font-hover, @color-active: @color-bi-font-active, @fontSize: @font-size-16) {
@fc: "\@{content}";
.@{class} {
& .b-font {
font-size: @fontSize;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {
@ -384,10 +387,11 @@
}
}
.font-effect(@class,@content,@color-native: @color-bi-font-native, @color-hover: @color-bi-font-hover, @color-active: @color-bi-font-active, @color-selected: @color-bi-font-active) {
.font-effect(@class,@content,@color-native: @color-bi-font-native, @color-hover: @color-bi-font-hover, @color-active: @color-bi-font-active, @color-selected: @color-bi-font-active, @fontSize: @font-size-16) {
@fc: "\@{content}";
.@{class} {
& .b-font {
font-size: @fontSize;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {

2
src/less/lib/colors.less

@ -8,8 +8,6 @@
@color-bi-text-black: @font-color-black;
//深色主题默认字体颜色
@color-bi-text-theme-dark: @font-color-normal-theme-dark;
//深灰色字体颜色
@color-bi-text-dark: @font-color-dark;
//灰色字体颜色
@color-bi-text-gray: @font-color-gray;
//浅灰色字体

22
src/less/lib/constant.less

@ -8,6 +8,12 @@
@font-size-14: 14px;
@font-size-16: 16px;
@font-size-22: 22px;
@font-size-24: 24px;
@font-size-30: 30px;
@font-size-40: 40px;
@font-size-50: 50px;
@font-size-60: 60px;
@font-size-70: 70px;
@radius-2: 2px;
@radius-6: 6px;
@ -17,15 +23,18 @@
//font color
@font-color-black: #232e40;//
@font-color-normal: #3d4d66;//
@font-color-normal-theme-dark: #F0F3F7;//
@font-color-normal-theme-dark: #d6e0dc;//
@font-color-light-gray: #647185;
@font-color-light-gray-theme-dark: #afb7c6;
@font-color-disabled: #9ea6b2;//
@font-color-disabled-theme-dark: #666666;//
@font-color-disabled-theme-dark: #878d9f;//
@font-color-tips: #c4c9d1;//
@font-color-tips-theme-dark: #6b7084;//
@font-color-light-disabled: #d0d4da;//
@font-color-dark: #d4dadd;
@font-color-light-disabled-theme-dark: #606479;
@font-color-gray: #999999;
@font-color-white: #ffffff;//
@font-color-white-theme-dark: #242640;//
@font-color-light-highlight: #eaf2fd;
@font-color-highlight: #3685f2;
@font-color-blue: #23beef;
@ -64,8 +73,9 @@
@border-color-default: #ffffff;
@border-color-black: #232e40;
@border-color-line: #e8eaed;
@border-color-line-theme-dark: #3a3c53;
@border-color-light-line: #f2f4f7;
@border-color-line-theme-dark: #525466;
@border-color-light-line-theme-dark: #2F3149;
@border-color-highlight: #3685f2;
@border-color-warning: #fbb03b;
@ -78,7 +88,7 @@
@border-color-disabled: #F0F3F7;
//scroll color
@scroll-color: #666666;
@scroll-color: #878d9f;
@scroll-color-theme-dark: #F0F3F7;
@water-mark-color-theme-dark: #666666;
@water-mark-color-theme-dark: #878d9f;

4
src/less/resource/background.less

@ -29,12 +29,12 @@
}
.ztree li ul.line {
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
.imagePath(@icon-tree-vertical-line-1, 0, 1px, repeat-y);
}
.bi-theme-dark {
.ztree li ul.line {
.imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y);
.imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 1px, repeat-y);
}
}

2
src/less/resource/font.less

@ -80,7 +80,7 @@
//单选下拉框
//向下展开子菜单
.font(pull-up-font, @font-up-triangle);
.font(pull-down-font, @font-down-triangle, @color-bi-text-light-gray);
.font(pull-down-font, @font-down-triangle);
.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);

2
src/widget/multilayerselecttree/multilayerselecttree.leveltree.js

@ -71,7 +71,7 @@ BI.MultiLayerSelectLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
type: "bi.select_tree_expander",
isDefaultInit: o.isDefaultInit,

2
src/widget/multilayersingletree/multilayersingletree.leveltree.js

@ -70,7 +70,7 @@ BI.MultiLayerSingleLevelTree = BI.inherit(BI.Widget, {
this._assertId(nodes);
this.tree = BI.createWidget({
type: "bi.custom_tree",
cls: "tree-view display-inline",
cls: "tree-view display-table",
expander: {
isDefaultInit: o.isDefaultInit,
el: {},

18
src/widget/numberinterval/numberinterval.js

@ -303,17 +303,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :
@ -349,7 +349,7 @@ BI.NumberInterval = BI.inherit(BI.Single, {
w.on(BI.Editor.EVENT_ERROR, function () {
self._checkValidation();
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
});
@ -362,13 +362,13 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
self.fireEvent(BI.NumberInterval.EVENT_ERROR);
break;
@ -385,17 +385,17 @@ BI.NumberInterval = BI.inherit(BI.Single, {
switch (self._checkValidation()) {
case c.typeError:
BI.Bubbles.show(c.typeError, BI.i18nText("BI-Numerical_Interval_Input_Data"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.numberError:
BI.Bubbles.show(c.numberError, BI.i18nText("BI-Numerical_Interval_Number_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
case c.signalError:
BI.Bubbles.show(c.signalError, BI.i18nText("BI-Numerical_Interval_Signal_Value"), self, {
offsetStyle: "center"
offsetStyle: "left"
});
break;
default :

12
ui/css/app.css

@ -30,8 +30,8 @@ body {
div::-webkit-scrollbar,
textarea::-webkit-scrollbar {
-webkit-appearance: none;
background-color: rgba(102, 102, 102, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666);
background-color: rgba(135, 141, 159, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f);
width: 6px;
height: 6px;
}
@ -40,13 +40,13 @@ textarea::-webkit-scrollbar-thumb {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: rgba(102, 102, 102, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666);
background-color: rgba(135, 141, 159, 0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f);
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover {
background-color: rgba(102, 102, 102, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666);
background-color: rgba(135, 141, 159, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f);
}
.bi-theme-dark div::-webkit-scrollbar,
.bi-theme-dark textarea::-webkit-scrollbar {

4
ui/css/background.css

@ -29,12 +29,12 @@
_background: none;
}
.ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png');
_background: none;
}
.bi-theme-dark .ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png');
_background: none;
}

63
ui/css/font.css

@ -12,6 +12,7 @@
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-font .b-font:before {
@ -23,6 +24,7 @@
color: inherit;
}
.close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-h-font .b-font:before {
@ -39,6 +41,7 @@
color: inherit;
}
.close-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.close-ha-font .b-font:before {
@ -60,6 +63,7 @@
color: inherit;
}
.circle-close-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d5;');
}
.circle-close-font .b-font:before {
@ -71,6 +75,7 @@
color: inherit;
}
.search-close-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.search-close-h-font .b-font:before {
@ -87,6 +92,7 @@
color: inherit;
}
.pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70d;');
}
.pre-page-h-font .b-font:before {
@ -103,6 +109,7 @@
color: inherit;
}
.next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.next-page-h-font .b-font:before {
@ -119,6 +126,7 @@
color: inherit;
}
.search-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dc;');
}
.search-font .b-font:before {
@ -130,6 +138,7 @@
color: inherit;
}
.date-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe733;');
}
.date-font .b-font:before {
@ -141,6 +150,7 @@
color: inherit;
}
.date-change-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe72f;');
}
.date-change-h-font .b-font:before {
@ -157,6 +167,7 @@
color: inherit;
}
.dot-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-font .b-font:before {
@ -168,6 +179,7 @@
color: #232e40;
}
.dot-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-h-font .b-font:before {
@ -184,6 +196,7 @@
color: #232e40;
}
.dot-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-ha-font .b-font:before {
@ -205,6 +218,7 @@
color: #ffffff;
}
.dot-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe762;');
}
.dot-e-font .b-font:before {
@ -229,6 +243,7 @@
color: #ffffff;
}
.pull-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-font .b-font:before {
@ -240,6 +255,7 @@
color: inherit;
}
.pull-right-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-h-font .b-font:before {
@ -256,6 +272,7 @@
color: inherit;
}
.pull-right-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-ha-font .b-font:before {
@ -277,6 +294,7 @@
color: inherit;
}
.pull-right-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70c;');
}
.pull-right-e-font .b-font:before {
@ -301,6 +319,7 @@
color: inherit;
}
.copy-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-font .b-font:before {
@ -312,6 +331,7 @@
color: inherit;
}
.copy-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-h-font .b-font:before {
@ -328,6 +348,7 @@
color: #232e40;
}
.copy-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-ha-font .b-font:before {
@ -349,6 +370,7 @@
color: inherit;
}
.copy-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bd;');
}
.copy-e-font .b-font:before {
@ -373,6 +395,7 @@
color: inherit;
}
.check-mark-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-font .b-font:before {
@ -384,6 +407,7 @@
color: inherit;
}
.check-mark-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-h-font .b-font:before {
@ -400,6 +424,7 @@
color: inherit;
}
.check-mark-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-ha-font .b-font:before {
@ -421,6 +446,7 @@
color: inherit;
}
.check-mark-e-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-mark-e-font .b-font:before {
@ -446,6 +472,7 @@
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d9;');
}
.row-pre-page-h-font .b-font:before {
@ -462,6 +489,7 @@
color: inherit;
}
.row-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.row-next-page-h-font .b-font:before {
@ -478,6 +506,7 @@
color: inherit;
}
.column-pre-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.column-pre-page-h-font .b-font:before {
@ -494,6 +523,7 @@
color: inherit;
}
.column-next-page-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.column-next-page-h-font .b-font:before {
@ -510,6 +540,7 @@
color: inherit;
}
.expander-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d8;');
}
.expander-right-font .b-font:before {
@ -521,6 +552,7 @@
color: inherit;
}
.expander-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.expander-down-font .b-font:before {
@ -532,6 +564,7 @@
color: inherit;
}
.solid-triangle-top-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d6;');
}
.solid-triangle-top-font .b-font:before {
@ -548,6 +581,7 @@
color: inherit;
}
.solid-triangle-bottom-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d7;');
}
.solid-triangle-bottom-font .b-font:before {
@ -564,6 +598,7 @@
color: inherit;
}
.trigger-triangle-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe64e;');
}
.trigger-triangle-font .b-font:before {
@ -585,6 +620,7 @@
color: #999999;
}
.pull-up-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70a;');
}
.pull-up-font .b-font:before {
@ -596,17 +632,19 @@
color: inherit;
}
.pull-down-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-font .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-font.disabled .b-font:before {
content: "\e70b";
color: #647185;
color: inherit;
}
.pull-down-h-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-h-font .b-font:before {
@ -623,6 +661,7 @@
color: #647185;
}
.pull-down-ha-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe70b;');
}
.pull-down-ha-font .b-font:before {
@ -644,6 +683,7 @@
color: #647185;
}
.check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.check-font .b-font:before {
@ -655,6 +695,7 @@
color: #3685f2;
}
.item-check-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6cf;');
}
.item-check-font .b-font:before {
@ -676,6 +717,7 @@
color: #ffffff;
}
.primary-key-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe740;');
}
.primary-key-font .b-font:before {
@ -692,6 +734,7 @@
color: inherit;
}
.drag-tag-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6d0;');
}
.drag-tag-font .b-font:before {
@ -703,6 +746,7 @@
color: #faaa39;
}
.less-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75e;');
}
.less-font .b-font:before {
@ -724,6 +768,7 @@
color: inherit;
}
.less-equal-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe761;');
}
.less-equal-font .b-font:before {
@ -745,6 +790,7 @@
color: inherit;
}
.text-bold-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75b;');
}
.text-bold-font .b-font:before {
@ -756,6 +802,7 @@
color: inherit;
}
.text-italic-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75c;');
}
.text-italic-font .b-font:before {
@ -767,6 +814,7 @@
color: inherit;
}
.text-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-underline-font .b-font:before {
@ -778,6 +826,7 @@
color: inherit;
}
.text-color-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75a;');
}
.text-color-font .b-font:before {
@ -789,6 +838,7 @@
color: inherit;
}
.text-background-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe758;');
}
.text-background-font .b-font:before {
@ -800,6 +850,7 @@
color: inherit;
}
.text-color-underline-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe75d;');
}
.text-color-underline-font .b-font:before {
@ -811,6 +862,7 @@
color: inherit;
}
.text-align-left-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6ca;');
}
.text-align-left-font .b-font:before {
@ -822,6 +874,7 @@
color: inherit;
}
.text-align-center-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6bf;');
}
.text-align-center-font .b-font:before {
@ -833,6 +886,7 @@
color: inherit;
}
.text-align-right-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6c8;');
}
.text-align-right-font .b-font:before {
@ -844,6 +898,7 @@
color: inherit;
}
.toast-error-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe757;');
}
.toast-error-font .b-font:before {
@ -855,6 +910,7 @@
color: inherit;
}
.toast-success-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe756;');
}
.toast-success-font .b-font:before {
@ -866,6 +922,7 @@
color: inherit;
}
.toast-warning-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe755;');
}
.toast-warning-font .b-font:before {
@ -877,6 +934,7 @@
color: inherit;
}
.toast-message-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe74b;');
}
.toast-message-font .b-font:before {
@ -888,6 +946,7 @@
color: inherit;
}
.text-add-tip-font .b-font {
font-size: 16px;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#xe6dd;');
}
.text-add-tip-font .b-font:before {

Loading…
Cancel
Save