diff --git a/dist/base.js b/dist/base.js index 6839bc2f5..383b2a933 100644 --- a/dist/base.js +++ b/dist/base.js @@ -16527,6 +16527,7 @@ BI.shortcut("bi.image_button", BI.ImageButton);(function ($) { level: "common", block: false, // 是否块状显示,即不显示边框,没有最小宽度的限制 clear: false, // 是否去掉边框和背景 + ghost: false, // 是否幽灵显示, 即正常状态无背景 textAlign: "center", whiteSpace: "nowrap", forceCenter: false, @@ -20424,17 +20425,20 @@ BI.Toast = BI.inherit(BI.Tip, { return false; }; this.element.bind({click: fn, mousedown: fn, mouseup: fn, mouseover: fn, mouseenter: fn, mouseleave: fn, mousemove: fn}); - var cls = "close-font"; switch(o.level) { case "success": + cls = "toast-success-font"; break; case "error": + cls = "toast-error-font"; break; case "warning": + cls = "toast-warning-font"; break; case "normal": default: + cls = "toast-message-font"; break; } diff --git a/dist/bundle.css b/dist/bundle.css index c2c425220..e7837643f 100644 --- a/dist/bundle.css +++ b/dist/bundle.css @@ -5147,781 +5147,803 @@ textarea::-webkit-scrollbar-thumb:hover { -moz-osx-font-smoothing: grayscale; } .close-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font:hover .b-font:before, .close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-ha-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:hover .b-font:before, .close-ha-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:active .b-font:before, .close-ha-font.active .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #3f8ce8; } .close-ha-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font:hover .b-font:before, .search-close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #ff4949; } .search-close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pre-page-h-font .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font:hover .b-font:before, .pre-page-h-font.hover .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font.disabled .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .next-page-h-font .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font:hover .b-font:before, .next-page-h-font.hover .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font.disabled .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .search-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-font .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .search-font.disabled .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .date-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-font .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-font.disabled .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-change-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-change-h-font .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font:hover .b-font:before, .date-change-h-font.hover .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font.disabled .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .dot-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-h-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font:hover .b-font:before, .dot-h-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: inherit; } .dot-h-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-ha-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-ha-font:hover .b-font:before, .dot-ha-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-ha-font:active .b-font:before, .dot-ha-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-e-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font:hover .b-font:before, .dot-e-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-e-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-e-font:active .b-font:before { - content: "\e606"; + content: "\e762"; color: #3685f2; } .dot-e-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .pull-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-h-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font:hover .b-font:before, .pull-right-h-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-ha-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:hover .b-font:before, .pull-right-ha-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:active .b-font:before, .pull-right-ha-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-ha-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-e-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font:hover .b-font:before, .pull-right-e-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font:active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .copy-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-h-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-h-font:hover .b-font:before, .copy-h-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-ha-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:hover .b-font:before, .copy-ha-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:active .b-font:before, .copy-ha-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-ha-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-e-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font:hover .b-font:before, .copy-e-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font:active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .check-mark-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-h-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font:hover .b-font:before, .check-mark-h-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-ha-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:hover .b-font:before, .check-mark-ha-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:active .b-font:before, .check-mark-ha-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-ha-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-e-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font:hover .b-font:before, .check-mark-e-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font:active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } /** dashboard组件/控件 下拉列表图标字体 ~end~**/ -.tree-node-triangle-expand-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-expand-font .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-expand-font.disabled .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-collapse-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-collapse-font .b-font:before { - content: "\e607"; - color: inherit; -} -.tree-node-triangle-collapse-font.disabled .b-font:before { - content: "\e607"; - color: inherit; -} .row-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-pre-page-h-font .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font:hover .b-font:before, .row-pre-page-h-font.hover .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font.disabled .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-next-page-h-font .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font:hover .b-font:before, .row-next-page-h-font.hover .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font.disabled .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .column-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-pre-page-h-font .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font:hover .b-font:before, .column-pre-page-h-font.hover .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font.disabled .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-next-page-h-font .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font:hover .b-font:before, .column-next-page-h-font.hover .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font.disabled .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .trigger-triangle-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .trigger-triangle-font .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:hover .b-font:before, .trigger-triangle-font.hover .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:active .b-font:before, .trigger-triangle-font.active .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #3685f2; } .trigger-triangle-font.disabled .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .pull-down-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-h-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font:hover .b-font:before, .pull-down-h-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-ha-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:hover .b-font:before, .pull-down-ha-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:active .b-font:before, .pull-down-ha-font.active .b-font:before { - content: "\e608"; + content: "\e70b"; color: #3f8ce8; } .pull-down-ha-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .item-check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .item-check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .item-check-font:hover .b-font:before, .item-check-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #999999; } .item-check-font:active .b-font:before, .item-check-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .item-check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .primary-key-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .primary-key-font .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font:hover .b-font:before, .primary-key-font.hover .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font.disabled .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .drag-tag-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .drag-tag-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .drag-tag-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .less-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-font .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:hover .b-font:before, .less-font.hover .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:active .b-font:before, .less-font.active .b-font:before { - content: "\e633"; + content: "\e75f"; color: #3f8ce8; } .less-font.disabled .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-equal-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-equal-font .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:hover .b-font:before, .less-equal-font.hover .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:active .b-font:before, .less-equal-font.active .b-font:before { - content: "\e636"; + content: "\e760"; color: #3f8ce8; } .less-equal-font.disabled .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .text-bold-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-bold-font .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-bold-font.disabled .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-italic-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-italic-font .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-italic-font.disabled .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-underline-font .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-underline-font.disabled .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-color-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-font .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-color-font.disabled .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-background-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-background-font .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-background-font.disabled .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-color-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-underline-font .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-color-underline-font.disabled .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-align-left-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-left-font .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-left-font.disabled .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-center-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-center-font .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-center-font.disabled .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-right-font .b-font:before { - content: "\e651"; + content: "\e6c8"; color: inherit; } .text-align-right-font.disabled .b-font:before { - content: "\e651"; + content: "\e6c8"; + color: inherit; +} +.toast-error-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-error-font .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-error-font.disabled .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-success-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-success-font .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-success-font.disabled .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-warning-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-warning-font .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-warning-font.disabled .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-message-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-message-font .b-font:before { + content: "\e74b"; + color: inherit; +} +.toast-message-font.disabled .b-font:before { + content: "\e74b"; color: inherit; } .tree-collapse-icon-type1 .x-icon { diff --git a/dist/bundle.js b/dist/bundle.js index 56d50f4b3..4fa899251 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -42579,6 +42579,7 @@ BI.shortcut("bi.image_button", BI.ImageButton);(function ($) { level: "common", block: false, // 是否块状显示,即不显示边框,没有最小宽度的限制 clear: false, // 是否去掉边框和背景 + ghost: false, // 是否幽灵显示, 即正常状态无背景 textAlign: "center", whiteSpace: "nowrap", forceCenter: false, @@ -46476,17 +46477,20 @@ BI.Toast = BI.inherit(BI.Tip, { return false; }; this.element.bind({click: fn, mousedown: fn, mouseup: fn, mouseover: fn, mouseenter: fn, mouseleave: fn, mousemove: fn}); - var cls = "close-font"; switch(o.level) { case "success": + cls = "toast-success-font"; break; case "error": + cls = "toast-error-font"; break; case "warning": + cls = "toast-warning-font"; break; case "normal": default: + cls = "toast-message-font"; break; } @@ -66154,6 +66158,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, { }] }, stopPropagation: false, + minWidth: 202, minWidth: 202 }, value: o.value diff --git a/dist/case.js b/dist/case.js index e40076348..741081a46 100644 --- a/dist/case.js +++ b/dist/case.js @@ -3592,6 +3592,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, { }] }, stopPropagation: false, + minWidth: 202, minWidth: 202 }, value: o.value diff --git a/dist/fineui.js b/dist/fineui.js index f5f9ea5c3..6d716bd82 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -44343,6 +44343,7 @@ BI.shortcut("bi.image_button", BI.ImageButton);(function ($) { level: "common", block: false, // 是否块状显示,即不显示边框,没有最小宽度的限制 clear: false, // 是否去掉边框和背景 + ghost: false, // 是否幽灵显示, 即正常状态无背景 textAlign: "center", whiteSpace: "nowrap", forceCenter: false, @@ -48240,17 +48241,20 @@ BI.Toast = BI.inherit(BI.Tip, { return false; }; this.element.bind({click: fn, mousedown: fn, mouseup: fn, mouseover: fn, mouseenter: fn, mouseleave: fn, mousemove: fn}); - var cls = "close-font"; switch(o.level) { case "success": + cls = "toast-success-font"; break; case "error": + cls = "toast-error-font"; break; case "warning": + cls = "toast-warning-font"; break; case "normal": default: + cls = "toast-message-font"; break; } @@ -67918,6 +67922,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, { }] }, stopPropagation: false, + minWidth: 202, minWidth: 202 }, value: o.value diff --git a/dist/font/iconfont.eot b/dist/font/iconfont.eot index 693b5dc73..369233ff4 100644 Binary files a/dist/font/iconfont.eot and b/dist/font/iconfont.eot differ diff --git a/dist/font/iconfont.svg b/dist/font/iconfont.svg index 973571d6b..444f470a0 100644 --- a/dist/font/iconfont.svg +++ b/dist/font/iconfont.svg @@ -9,9 +9,9 @@ Created by iconfont - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/dist/font/iconfont.ttf b/dist/font/iconfont.ttf index e62143db9..6f8ceabf9 100644 Binary files a/dist/font/iconfont.ttf and b/dist/font/iconfont.ttf differ diff --git a/dist/font/iconfont.woff b/dist/font/iconfont.woff index 9c9686cd6..be9099599 100644 Binary files a/dist/font/iconfont.woff and b/dist/font/iconfont.woff differ diff --git a/dist/resource.css b/dist/resource.css index 92f404a40..52c8c0e17 100644 --- a/dist/resource.css +++ b/dist/resource.css @@ -340,781 +340,803 @@ textarea::-webkit-scrollbar-thumb:hover { -moz-osx-font-smoothing: grayscale; } .close-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font:hover .b-font:before, .close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-ha-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:hover .b-font:before, .close-ha-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:active .b-font:before, .close-ha-font.active .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #3f8ce8; } .close-ha-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font:hover .b-font:before, .search-close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #ff4949; } .search-close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pre-page-h-font .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font:hover .b-font:before, .pre-page-h-font.hover .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font.disabled .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .next-page-h-font .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font:hover .b-font:before, .next-page-h-font.hover .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font.disabled .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .search-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-font .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .search-font.disabled .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .date-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-font .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-font.disabled .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-change-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-change-h-font .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font:hover .b-font:before, .date-change-h-font.hover .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font.disabled .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .dot-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-h-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font:hover .b-font:before, .dot-h-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: inherit; } .dot-h-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-ha-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-ha-font:hover .b-font:before, .dot-ha-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-ha-font:active .b-font:before, .dot-ha-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-e-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font:hover .b-font:before, .dot-e-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-e-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-e-font:active .b-font:before { - content: "\e606"; + content: "\e762"; color: #3685f2; } .dot-e-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .pull-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-h-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font:hover .b-font:before, .pull-right-h-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-ha-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:hover .b-font:before, .pull-right-ha-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:active .b-font:before, .pull-right-ha-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-ha-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-e-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font:hover .b-font:before, .pull-right-e-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font:active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .copy-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-h-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-h-font:hover .b-font:before, .copy-h-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-ha-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:hover .b-font:before, .copy-ha-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:active .b-font:before, .copy-ha-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-ha-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-e-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font:hover .b-font:before, .copy-e-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font:active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .check-mark-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-h-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font:hover .b-font:before, .check-mark-h-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-ha-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:hover .b-font:before, .check-mark-ha-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:active .b-font:before, .check-mark-ha-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-ha-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-e-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font:hover .b-font:before, .check-mark-e-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font:active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } /** dashboard组件/控件 下拉列表图标字体 ~end~**/ -.tree-node-triangle-expand-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-expand-font .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-expand-font.disabled .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-collapse-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-collapse-font .b-font:before { - content: "\e607"; - color: inherit; -} -.tree-node-triangle-collapse-font.disabled .b-font:before { - content: "\e607"; - color: inherit; -} .row-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-pre-page-h-font .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font:hover .b-font:before, .row-pre-page-h-font.hover .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font.disabled .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-next-page-h-font .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font:hover .b-font:before, .row-next-page-h-font.hover .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font.disabled .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .column-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-pre-page-h-font .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font:hover .b-font:before, .column-pre-page-h-font.hover .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font.disabled .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-next-page-h-font .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font:hover .b-font:before, .column-next-page-h-font.hover .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font.disabled .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .trigger-triangle-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .trigger-triangle-font .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:hover .b-font:before, .trigger-triangle-font.hover .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:active .b-font:before, .trigger-triangle-font.active .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #3685f2; } .trigger-triangle-font.disabled .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .pull-down-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-h-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font:hover .b-font:before, .pull-down-h-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-ha-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:hover .b-font:before, .pull-down-ha-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:active .b-font:before, .pull-down-ha-font.active .b-font:before { - content: "\e608"; + content: "\e70b"; color: #3f8ce8; } .pull-down-ha-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .item-check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .item-check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .item-check-font:hover .b-font:before, .item-check-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #999999; } .item-check-font:active .b-font:before, .item-check-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .item-check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .primary-key-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .primary-key-font .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font:hover .b-font:before, .primary-key-font.hover .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font.disabled .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .drag-tag-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .drag-tag-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .drag-tag-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .less-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-font .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:hover .b-font:before, .less-font.hover .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:active .b-font:before, .less-font.active .b-font:before { - content: "\e633"; + content: "\e75f"; color: #3f8ce8; } .less-font.disabled .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-equal-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-equal-font .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:hover .b-font:before, .less-equal-font.hover .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:active .b-font:before, .less-equal-font.active .b-font:before { - content: "\e636"; + content: "\e760"; color: #3f8ce8; } .less-equal-font.disabled .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .text-bold-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-bold-font .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-bold-font.disabled .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-italic-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-italic-font .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-italic-font.disabled .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-underline-font .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-underline-font.disabled .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-color-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-font .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-color-font.disabled .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-background-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-background-font .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-background-font.disabled .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-color-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-underline-font .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-color-underline-font.disabled .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-align-left-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-left-font .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-left-font.disabled .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-center-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-center-font .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-center-font.disabled .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-right-font .b-font:before { - content: "\e651"; + content: "\e6c8"; color: inherit; } .text-align-right-font.disabled .b-font:before { - content: "\e651"; + content: "\e6c8"; + color: inherit; +} +.toast-error-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-error-font .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-error-font.disabled .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-success-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-success-font .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-success-font.disabled .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-warning-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-warning-font .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-warning-font.disabled .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-message-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-message-font .b-font:before { + content: "\e74b"; + color: inherit; +} +.toast-message-font.disabled .b-font:before { + content: "\e74b"; color: inherit; } .tree-collapse-icon-type1 .x-icon { diff --git a/public/bundle.css b/public/bundle.css index 135a223e8..427495ece 100644 --- a/public/bundle.css +++ b/public/bundle.css @@ -340,781 +340,803 @@ textarea::-webkit-scrollbar-thumb:hover { -moz-osx-font-smoothing: grayscale; } .close-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font:hover .b-font:before, .close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-ha-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:hover .b-font:before, .close-ha-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:active .b-font:before, .close-ha-font.active .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #3f8ce8; } .close-ha-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font:hover .b-font:before, .search-close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #ff4949; } .search-close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pre-page-h-font .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font:hover .b-font:before, .pre-page-h-font.hover .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font.disabled .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .next-page-h-font .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font:hover .b-font:before, .next-page-h-font.hover .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font.disabled .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .search-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-font .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .search-font.disabled .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .date-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-font .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-font.disabled .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-change-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-change-h-font .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font:hover .b-font:before, .date-change-h-font.hover .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font.disabled .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .dot-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-h-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font:hover .b-font:before, .dot-h-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: inherit; } .dot-h-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-ha-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-ha-font:hover .b-font:before, .dot-ha-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-ha-font:active .b-font:before, .dot-ha-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-e-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font:hover .b-font:before, .dot-e-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-e-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-e-font:active .b-font:before { - content: "\e606"; + content: "\e762"; color: #3685f2; } .dot-e-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .pull-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-h-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font:hover .b-font:before, .pull-right-h-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-ha-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:hover .b-font:before, .pull-right-ha-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:active .b-font:before, .pull-right-ha-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-ha-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-e-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font:hover .b-font:before, .pull-right-e-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font:active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .copy-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-h-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-h-font:hover .b-font:before, .copy-h-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-ha-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:hover .b-font:before, .copy-ha-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:active .b-font:before, .copy-ha-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-ha-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-e-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font:hover .b-font:before, .copy-e-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font:active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .check-mark-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-h-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font:hover .b-font:before, .check-mark-h-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-ha-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:hover .b-font:before, .check-mark-ha-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:active .b-font:before, .check-mark-ha-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-ha-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-e-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font:hover .b-font:before, .check-mark-e-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font:active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } /** dashboard组件/控件 下拉列表图标字体 ~end~**/ -.tree-node-triangle-expand-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-expand-font .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-expand-font.disabled .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-collapse-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-collapse-font .b-font:before { - content: "\e607"; - color: inherit; -} -.tree-node-triangle-collapse-font.disabled .b-font:before { - content: "\e607"; - color: inherit; -} .row-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-pre-page-h-font .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font:hover .b-font:before, .row-pre-page-h-font.hover .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font.disabled .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-next-page-h-font .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font:hover .b-font:before, .row-next-page-h-font.hover .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font.disabled .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .column-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-pre-page-h-font .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font:hover .b-font:before, .column-pre-page-h-font.hover .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font.disabled .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-next-page-h-font .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font:hover .b-font:before, .column-next-page-h-font.hover .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font.disabled .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .trigger-triangle-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .trigger-triangle-font .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:hover .b-font:before, .trigger-triangle-font.hover .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:active .b-font:before, .trigger-triangle-font.active .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #3685f2; } .trigger-triangle-font.disabled .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .pull-down-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-h-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font:hover .b-font:before, .pull-down-h-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-ha-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:hover .b-font:before, .pull-down-ha-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:active .b-font:before, .pull-down-ha-font.active .b-font:before { - content: "\e608"; + content: "\e70b"; color: #3f8ce8; } .pull-down-ha-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .item-check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .item-check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .item-check-font:hover .b-font:before, .item-check-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #999999; } .item-check-font:active .b-font:before, .item-check-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .item-check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .primary-key-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .primary-key-font .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font:hover .b-font:before, .primary-key-font.hover .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font.disabled .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .drag-tag-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .drag-tag-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .drag-tag-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .less-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-font .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:hover .b-font:before, .less-font.hover .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:active .b-font:before, .less-font.active .b-font:before { - content: "\e633"; + content: "\e75f"; color: #3f8ce8; } .less-font.disabled .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-equal-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-equal-font .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:hover .b-font:before, .less-equal-font.hover .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:active .b-font:before, .less-equal-font.active .b-font:before { - content: "\e636"; + content: "\e760"; color: #3f8ce8; } .less-equal-font.disabled .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .text-bold-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-bold-font .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-bold-font.disabled .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-italic-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-italic-font .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-italic-font.disabled .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-underline-font .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-underline-font.disabled .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-color-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-font .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-color-font.disabled .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-background-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-background-font .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-background-font.disabled .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-color-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-underline-font .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-color-underline-font.disabled .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-align-left-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-left-font .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-left-font.disabled .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-center-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-center-font .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-center-font.disabled .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-right-font .b-font:before { - content: "\e651"; + content: "\e6c8"; color: inherit; } .text-align-right-font.disabled .b-font:before { - content: "\e651"; + content: "\e6c8"; + color: inherit; +} +.toast-error-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-error-font .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-error-font.disabled .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-success-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-success-font .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-success-font.disabled .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-warning-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-warning-font .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-warning-font.disabled .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-message-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-message-font .b-font:before { + content: "\e74b"; + color: inherit; +} +.toast-message-font.disabled .b-font:before { + content: "\e74b"; color: inherit; } .tree-collapse-icon-type1 .x-icon { diff --git a/public/css/font.css b/public/css/font.css index 7ca1bee53..893013bc9 100644 --- a/public/css/font.css +++ b/public/css/font.css @@ -11,780 +11,802 @@ -moz-osx-font-smoothing: grayscale; } .close-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font:hover .b-font:before, .close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-ha-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:hover .b-font:before, .close-ha-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:active .b-font:before, .close-ha-font.active .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #3f8ce8; } .close-ha-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font:hover .b-font:before, .search-close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #ff4949; } .search-close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pre-page-h-font .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font:hover .b-font:before, .pre-page-h-font.hover .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font.disabled .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .next-page-h-font .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font:hover .b-font:before, .next-page-h-font.hover .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font.disabled .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .search-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-font .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .search-font.disabled .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .date-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-font .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-font.disabled .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-change-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-change-h-font .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font:hover .b-font:before, .date-change-h-font.hover .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font.disabled .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .dot-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-h-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font:hover .b-font:before, .dot-h-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: inherit; } .dot-h-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-ha-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-ha-font:hover .b-font:before, .dot-ha-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-ha-font:active .b-font:before, .dot-ha-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-e-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font:hover .b-font:before, .dot-e-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-e-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-e-font:active .b-font:before { - content: "\e606"; + content: "\e762"; color: #3685f2; } .dot-e-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .pull-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-h-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font:hover .b-font:before, .pull-right-h-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-ha-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:hover .b-font:before, .pull-right-ha-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:active .b-font:before, .pull-right-ha-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-ha-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-e-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font:hover .b-font:before, .pull-right-e-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font:active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .copy-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-h-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-h-font:hover .b-font:before, .copy-h-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-ha-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:hover .b-font:before, .copy-ha-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:active .b-font:before, .copy-ha-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-ha-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-e-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font:hover .b-font:before, .copy-e-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font:active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .check-mark-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-h-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font:hover .b-font:before, .check-mark-h-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-ha-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:hover .b-font:before, .check-mark-ha-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:active .b-font:before, .check-mark-ha-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-ha-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-e-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font:hover .b-font:before, .check-mark-e-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font:active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } /** dashboard组件/控件 下拉列表图标字体 ~end~**/ -.tree-node-triangle-expand-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-expand-font .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-expand-font.disabled .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-collapse-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-collapse-font .b-font:before { - content: "\e607"; - color: inherit; -} -.tree-node-triangle-collapse-font.disabled .b-font:before { - content: "\e607"; - color: inherit; -} .row-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-pre-page-h-font .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font:hover .b-font:before, .row-pre-page-h-font.hover .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font.disabled .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-next-page-h-font .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font:hover .b-font:before, .row-next-page-h-font.hover .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font.disabled .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .column-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-pre-page-h-font .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font:hover .b-font:before, .column-pre-page-h-font.hover .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font.disabled .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-next-page-h-font .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font:hover .b-font:before, .column-next-page-h-font.hover .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font.disabled .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .trigger-triangle-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .trigger-triangle-font .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:hover .b-font:before, .trigger-triangle-font.hover .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:active .b-font:before, .trigger-triangle-font.active .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #3685f2; } .trigger-triangle-font.disabled .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .pull-down-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-h-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font:hover .b-font:before, .pull-down-h-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-ha-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:hover .b-font:before, .pull-down-ha-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:active .b-font:before, .pull-down-ha-font.active .b-font:before { - content: "\e608"; + content: "\e70b"; color: #3f8ce8; } .pull-down-ha-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .item-check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .item-check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .item-check-font:hover .b-font:before, .item-check-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #999999; } .item-check-font:active .b-font:before, .item-check-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .item-check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .primary-key-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .primary-key-font .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font:hover .b-font:before, .primary-key-font.hover .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font.disabled .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .drag-tag-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .drag-tag-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .drag-tag-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .less-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-font .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:hover .b-font:before, .less-font.hover .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:active .b-font:before, .less-font.active .b-font:before { - content: "\e633"; + content: "\e75f"; color: #3f8ce8; } .less-font.disabled .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-equal-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-equal-font .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:hover .b-font:before, .less-equal-font.hover .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:active .b-font:before, .less-equal-font.active .b-font:before { - content: "\e636"; + content: "\e760"; color: #3f8ce8; } .less-equal-font.disabled .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .text-bold-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-bold-font .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-bold-font.disabled .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-italic-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-italic-font .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-italic-font.disabled .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-underline-font .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-underline-font.disabled .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-color-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-font .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-color-font.disabled .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-background-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-background-font .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-background-font.disabled .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-color-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-underline-font .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-color-underline-font.disabled .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-align-left-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-left-font .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-left-font.disabled .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-center-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-center-font .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-center-font.disabled .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-right-font .b-font:before { - content: "\e651"; + content: "\e6c8"; color: inherit; } .text-align-right-font.disabled .b-font:before { - content: "\e651"; + content: "\e6c8"; + color: inherit; +} +.toast-error-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-error-font .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-error-font.disabled .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-success-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-success-font .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-success-font.disabled .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-warning-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-warning-font .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-warning-font.disabled .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-message-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-message-font .b-font:before { + content: "\e74b"; + color: inherit; +} +.toast-message-font.disabled .b-font:before { + content: "\e74b"; color: inherit; } diff --git a/src/base/single/button/buttons/button.js b/src/base/single/button/buttons/button.js index d66825dc4..df81aea2e 100644 --- a/src/base/single/button/buttons/button.js +++ b/src/base/single/button/buttons/button.js @@ -22,6 +22,7 @@ level: "common", block: false, // 是否块状显示,即不显示边框,没有最小宽度的限制 clear: false, // 是否去掉边框和背景 + ghost: false, // 是否幽灵显示, 即正常状态无背景 textAlign: "center", whiteSpace: "nowrap", forceCenter: false, diff --git a/src/base/single/tip/tip.toast.js b/src/base/single/tip/tip.toast.js index 15e96ff13..a2150b60e 100644 --- a/src/base/single/tip/tip.toast.js +++ b/src/base/single/tip/tip.toast.js @@ -31,17 +31,20 @@ BI.Toast = BI.inherit(BI.Tip, { return false; }; this.element.bind({click: fn, mousedown: fn, mouseup: fn, mouseover: fn, mouseenter: fn, mouseleave: fn, mousemove: fn}); - var cls = "close-font"; switch(o.level) { case "success": + cls = "toast-success-font"; break; case "error": + cls = "toast-error-font"; break; case "warning": + cls = "toast-warning-font"; break; case "normal": default: + cls = "toast-message-font"; break; } diff --git a/src/case/colorchooser/colorchooser.js b/src/case/colorchooser/colorchooser.js index ed1cfcae8..4f91a748c 100644 --- a/src/case/colorchooser/colorchooser.js +++ b/src/case/colorchooser/colorchooser.js @@ -50,6 +50,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, { }] }, stopPropagation: false, + minWidth: 202, minWidth: 202 }, value: o.value diff --git a/src/css/resource/font.css b/src/css/resource/font.css index abdb0e2ea..ffb30077d 100644 --- a/src/css/resource/font.css +++ b/src/css/resource/font.css @@ -11,780 +11,802 @@ -moz-osx-font-smoothing: grayscale; } .close-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font:hover .b-font:before, .close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .close-ha-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:hover .b-font:before, .close-ha-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .close-ha-font:active .b-font:before, .close-ha-font.active .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #3f8ce8; } .close-ha-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-close-h-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .search-close-h-font:hover .b-font:before, .search-close-h-font.hover .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #ff4949; } .search-close-h-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: inherit; } .pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pre-page-h-font .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font:hover .b-font:before, .pre-page-h-font.hover .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .pre-page-h-font.disabled .b-font:before { - content: "\e601"; + content: "\e70d"; color: inherit; } .next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .next-page-h-font .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font:hover .b-font:before, .next-page-h-font.hover .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .next-page-h-font.disabled .b-font:before { - content: "\e602"; + content: "\e70c"; color: inherit; } .search-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .search-font .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .search-font.disabled .b-font:before { - content: "\e604"; + content: "\e6dc"; color: inherit; } .date-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-font .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-font.disabled .b-font:before { - content: "\e61b"; + content: "\e733"; color: inherit; } .date-change-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .date-change-h-font .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font:hover .b-font:before, .date-change-h-font.hover .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .date-change-h-font.disabled .b-font:before { - content: "\e660"; + content: "\e72f"; color: inherit; } .dot-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-h-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-h-font:hover .b-font:before, .dot-h-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: inherit; } .dot-h-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-ha-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-ha-font:hover .b-font:before, .dot-ha-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-ha-font:active .b-font:before, .dot-ha-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-ha-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .dot-e-font .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .dot-e-font:hover .b-font:before, .dot-e-font.hover .b-font:before { - content: "\e606"; + content: "\e762"; color: #999999; } .dot-e-font.active .b-font:before { - content: "\e606"; + content: "\e762"; color: #1a1a1a; } .dot-e-font:active .b-font:before { - content: "\e606"; + content: "\e762"; color: #3685f2; } .dot-e-font.disabled .b-font:before { - content: "\e606"; + content: "\e762"; color: #ffffff; } .pull-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-h-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font:hover .b-font:before, .pull-right-h-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-h-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-ha-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:hover .b-font:before, .pull-right-ha-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-ha-font:active .b-font:before, .pull-right-ha-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-ha-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-right-e-font .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font:hover .b-font:before, .pull-right-e-font.hover .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .pull-right-e-font.active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font:active .b-font:before { - content: "\e607"; + content: "\e6da"; color: #3f8ce8; } .pull-right-e-font.disabled .b-font:before { - content: "\e607"; + content: "\e6da"; color: inherit; } .copy-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-h-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-h-font:hover .b-font:before, .copy-h-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-h-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #1a1a1a; } .copy-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-ha-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:hover .b-font:before, .copy-ha-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-ha-font:active .b-font:before, .copy-ha-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-ha-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .copy-e-font .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font:hover .b-font:before, .copy-e-font.hover .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .copy-e-font.active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font:active .b-font:before { - content: "\e610"; + content: "\e6bd"; color: #3f8ce8; } .copy-e-font.disabled .b-font:before { - content: "\e610"; + content: "\e6bd"; color: inherit; } .check-mark-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-h-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font:hover .b-font:before, .check-mark-h-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-h-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-ha-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:hover .b-font:before, .check-mark-ha-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-ha-font:active .b-font:before, .check-mark-ha-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-ha-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-mark-e-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font:hover .b-font:before, .check-mark-e-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } .check-mark-e-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font:active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .check-mark-e-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: inherit; } /** dashboard组件/控件 下拉列表图标字体 ~end~**/ -.tree-node-triangle-expand-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-expand-font .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-expand-font.disabled .b-font:before { - content: "\e608"; - color: inherit; -} -.tree-node-triangle-collapse-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); -} -.tree-node-triangle-collapse-font .b-font:before { - content: "\e607"; - color: inherit; -} -.tree-node-triangle-collapse-font.disabled .b-font:before { - content: "\e607"; - color: inherit; -} .row-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-pre-page-h-font .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font:hover .b-font:before, .row-pre-page-h-font.hover .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-pre-page-h-font.disabled .b-font:before { - content: "\e6be"; + content: "\e6d9"; color: inherit; } .row-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .row-next-page-h-font .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font:hover .b-font:before, .row-next-page-h-font.hover .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .row-next-page-h-font.disabled .b-font:before { - content: "\e6bd"; + content: "\e6d8"; color: inherit; } .column-pre-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-pre-page-h-font .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font:hover .b-font:before, .column-pre-page-h-font.hover .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-pre-page-h-font.disabled .b-font:before { - content: "\e6bc"; + content: "\e6d6"; color: inherit; } .column-next-page-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .column-next-page-h-font .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font:hover .b-font:before, .column-next-page-h-font.hover .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .column-next-page-h-font.disabled .b-font:before { - content: "\e6bb"; + content: "\e6d7"; color: inherit; } .trigger-triangle-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .trigger-triangle-font .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:hover .b-font:before, .trigger-triangle-font.hover .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .trigger-triangle-font:active .b-font:before, .trigger-triangle-font.active .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #3685f2; } .trigger-triangle-font.disabled .b-font:before { - content: "\e66a"; + content: "\e6f0"; color: #999999; } .pull-down-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-h-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font:hover .b-font:before, .pull-down-h-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-h-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .pull-down-ha-font .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:hover .b-font:before, .pull-down-ha-font.hover .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .pull-down-ha-font:active .b-font:before, .pull-down-ha-font.active .b-font:before { - content: "\e608"; + content: "\e70b"; color: #3f8ce8; } .pull-down-ha-font.disabled .b-font:before { - content: "\e608"; + content: "\e70b"; color: inherit; } .check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3685f2; } .item-check-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .item-check-font .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .item-check-font:hover .b-font:before, .item-check-font.hover .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #999999; } .item-check-font:active .b-font:before, .item-check-font.active .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #3f8ce8; } .item-check-font.disabled .b-font:before { - content: "\e611"; + content: "\e6cf"; color: #ffffff; } .primary-key-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .primary-key-font .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font:hover .b-font:before, .primary-key-font.hover .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .primary-key-font.disabled .b-font:before { - content: "\e67d"; + content: "\e740"; color: inherit; } .drag-tag-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .drag-tag-font .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .drag-tag-font.disabled .b-font:before { - content: "\e600"; + content: "\e6d0"; color: #faaa39; } .less-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-font .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:hover .b-font:before, .less-font.hover .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-font:active .b-font:before, .less-font.active .b-font:before { - content: "\e633"; + content: "\e75f"; color: #3f8ce8; } .less-font.disabled .b-font:before { - content: "\e633"; + content: "\e75f"; color: inherit; } .less-equal-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .less-equal-font .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:hover .b-font:before, .less-equal-font.hover .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .less-equal-font:active .b-font:before, .less-equal-font.active .b-font:before { - content: "\e636"; + content: "\e760"; color: #3f8ce8; } .less-equal-font.disabled .b-font:before { - content: "\e636"; + content: "\e760"; color: inherit; } .text-bold-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-bold-font .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-bold-font.disabled .b-font:before { - content: "\e64d"; + content: "\e75b"; color: inherit; } .text-italic-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-italic-font .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-italic-font.disabled .b-font:before { - content: "\e656"; + content: "\e75c"; color: inherit; } .text-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-underline-font .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-underline-font.disabled .b-font:before { - content: "\e650"; + content: "\e75d"; color: inherit; } .text-color-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-font .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-color-font.disabled .b-font:before { - content: "\e69c"; + content: "\e75a"; color: inherit; } .text-background-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-background-font .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-background-font.disabled .b-font:before { - content: "\e696"; + content: "\e758"; color: inherit; } .text-color-underline-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-color-underline-font .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-color-underline-font.disabled .b-font:before { - content: "\e69d"; + content: "\e75d"; color: inherit; } .text-align-left-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-left-font .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-left-font.disabled .b-font:before { - content: "\e654"; + content: "\e6ca"; color: inherit; } .text-align-center-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-center-font .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-center-font.disabled .b-font:before { - content: "\e64f"; + content: "\e6bf"; color: inherit; } .text-align-right-font .b-font { - *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); } .text-align-right-font .b-font:before { - content: "\e651"; + content: "\e6c8"; color: inherit; } .text-align-right-font.disabled .b-font:before { - content: "\e651"; + content: "\e6c8"; + color: inherit; +} +.toast-error-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-error-font .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-error-font.disabled .b-font:before { + content: "\e757"; + color: inherit; +} +.toast-success-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-success-font .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-success-font.disabled .b-font:before { + content: "\e756"; + color: inherit; +} +.toast-warning-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-warning-font .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-warning-font.disabled .b-font:before { + content: "\e755"; + color: inherit; +} +.toast-message-font .b-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); +} +.toast-message-font .b-font:before { + content: "\e74b"; + color: inherit; +} +.toast-message-font.disabled .b-font:before { + content: "\e74b"; color: inherit; } diff --git a/src/less/lib/font.less b/src/less/lib/font.less index 1765e535b..35bf7ea71 100644 --- a/src/less/lib/font.less +++ b/src/less/lib/font.less @@ -1,183 +1,39 @@ //字体库 -@font-cross: "e600"; -@font-arrow-left: "e601"; -@font-arrow-right: "e602"; -@font-arrow-down: "e603"; -@font-search: "e604"; +@font-cross: "e6d0"; + +@font-search: "e6dc"; +@font-date: "e733"; +@font-right-triangle: "e6da"; +@font-copy: "e6bd"; +@font-check-mark: "e6cf"; +@font-solid-left: "e6d9"; +@font-solid-right: "e6d8"; +@font-solid-top: "e6d6"; +@font-solid-bottom: "e6d7"; +@font-down-triangle: "e70b"; +@font-key: "e740"; + +@font-arrow-left: "e70d"; +@font-arrow-right: "e70c"; +@font-change: "e72f"; +@font-dot: "e762"; +@font-no-sort-no-filter: "e6f0"; +@font-less: "e75f"; +@font-less-equal: "e760"; + +@font-bold: "e75b"; +@font-italic: "e75c"; +@font-underline: "e75d"; +@font-color: "e75a"; +@font-background: "e758"; +@font-color-underline: "e75d"; +@font-align-left: "e6ca"; +@font-align-center: "e6bf"; +@font-align-right: "e6c8"; + +@font-tip-error: "e757"; +@font-tip-success: "e756"; +@font-tip-warning: "e755"; +@font-tip-message: "e74b"; -@font-delete: "e605"; -@font-dot: "e606"; -@font-right-triangle: "e607"; -@font-down-triangle: "e608"; -@font-left-triangle: "e6ae"; -@font-top-triangle: "e6ad"; - -@font-summary: "e60e"; -@font-axis: "e626"; -@font-bar: "e620"; -@font-accumulate-bar: "e60a"; -@font-pie: "e618"; -@font-map: "e62c"; -@font-dashboard: "e623"; -@font-doughnut: "e624"; -@font-detail: "e615"; -@font-more-cn: "e60d"; -@font-bubble: "e62a"; -@font-scatter: "e61d"; -@font-radar: "e614"; -@font-content: "e621"; -@font-image: "e68d"; -@font-web: "e68c"; - -@font-text: "e622"; -@font-number: "e61f"; -@font-tree: "e61e"; -@font-date: "e61b"; -@font-year: "e628"; -@font-year-month: "e627"; -@font-quarter: "e629"; -@font-YMD: "e61c"; -@font-date-range: "e616"; - -@font-and-or: "e62b"; -@font-query-cn: "e609"; -@font-reset-cn: "e61a"; -@font-text-area: "e622"; -@font-reuse: "e60b"; - -@font-save: "e617"; -@font-undo: "e619"; -@font-redo: "e625"; - -@font-style-set: "e60c"; -@font-filter: "e60f"; -@font-copy: "e610"; -@font-check-mark: "e611"; -@font-dimension-from: "e612"; -@font-chart-type: "e613"; - -@font-share: "e632"; -@font-edit: "e631"; -@font-up: "e630"; -@font-right: "e62f"; -@font-down: "e62d"; -@font-left: "e62e"; - -@font-less: "e633"; -@font-less-equal: "e636"; -@font-less-arrow: "e637"; -@font-less-equal-arrow: "e638"; - -@font-asc: "e63f"; -@font-des: "e63a"; - -@font-add: "e649"; - -@font-field-calc: "e6a3"; -@font-field-string: "e642"; -@font-field-number: "e641"; -@font-field-date: "e640"; - -@font-preview: "e65f"; - -@font-setting: "e678"; -@font-warning: "e64e"; -@font-linkage: "e63c"; -@font-detail-set: "e634"; -@font-export-excel: "e635"; - -@font-change: "e660"; - -@font-sortable: "e63b"; -@font-clear: "e63d"; - -@font-bold: "e64d"; -@font-color: "e69c"; -@font-italic: "e656"; -@font-underline: "e650"; -@font-background: "e696"; -@font-color-underline: "e69d"; -@font-align-left: "e654"; -@font-align-center: "e64f"; -@font-align-right: "e651"; - -@font-move: "e65e"; -@font-share: "e65a"; -@font-new-folder: "e65d"; -@font-letter: "e659"; -@font-time: "e658"; -@font-file: "e65b"; -@font-folder: "e65c"; -@font-rename: "e687"; -@font-rename-edit: "e670"; - -@font-source-table: "e67b"; -@font-excel-table: "e682"; -@font-etl-table: "e680"; -@font-sql-table: "e681"; -@font-key: "e67d"; -@font-refresh: "e683"; - -@font-tile-view: "e685"; -@font-relation-view: "e684"; -@font-test-link: "e686"; - -@font-upload: "e6ba"; -@font-image-size: "e68b"; -@font-href: "e688"; -@font-shutdown: "e689"; - -@font-doubt: "e69a"; -@font-new: "e692"; -@font-database: "e693"; - -@font-series: "e695"; -@font-classify: "e694"; - -@font-solid-left: "e6be"; -@font-solid-right: "e6bd"; -@font-solid-top: "e6bc"; -@font-solid-bottom: "e6bb"; - -@font-no-sort-no-filter: "e66a"; -@font-no-sort-filter: "e66b"; -@font-descending-filter: "e667"; -@font-ascending-filter: "e669"; -@font-descending-no-filter: "e666"; -@font-ascending-no-filter: "e668"; -@font-no-sort: "e66c"; - -@font-table-col-open: "e672"; -@font-table-row-open: "e671"; - -@font-tip: "e69e"; - -@font-mark-dot: "e6a2"; -@font-mark-up-arrow: "e6a0"; -@font-mark-down-arrow: "e6a1"; -@font-mark-equal: "e69f"; - -@font-pull-down: "e6ab"; -@font-check: "e64c"; - -@font-hellip: "e6ac"; - -@font-report-filter-open: "e648"; -@font-report-filter-close: "e645"; - -@font-apply-hangout: "e66d"; -@font-hangout: "e64b"; - -@font-real-time: "e6af"; - -@font-info: "e66e"; - -@font-cancel-share: "e6b5"; -@font-check-box-selected: "e6b3"; -@font-check-box-not-selected: "e6b2"; - -@font-recover-chart: "e6b4"; -@font-check-box-not-selected: "e6b2"; - -@font-solid-setting: "e697"; diff --git a/src/less/resource/font.less b/src/less/resource/font.less index 74103721e..0d53ac15e 100644 --- a/src/less/resource/font.less +++ b/src/less/resource/font.less @@ -57,9 +57,6 @@ /** dashboard组件/控件 下拉列表图标字体 ~end~**/ -//树控件图标 -.font(tree-node-triangle-expand-font, @font-down-triangle); -.font(tree-node-triangle-collapse-font, @font-right-triangle); //翻页按钮字体图标 .font-hover(row-pre-page-h-font, @font-solid-left); @@ -97,4 +94,10 @@ .font(text-color-underline-font, @font-color-underline); .font(text-align-left-font, @font-align-left); .font(text-align-center-font, @font-align-center); -.font(text-align-right-font, @font-align-right); \ No newline at end of file +.font(text-align-right-font, @font-align-right); + +//toast +.font(toast-error-font, @font-tip-error); +.font(toast-success-font, @font-tip-success); +.font(toast-warning-font, @font-tip-warning); +.font(toast-message-font, @font-tip-message); \ No newline at end of file