Browse Source

增加两个字体

es6
guy 4 years ago
parent
commit
842afdde70
  1. 5
      src/less/lib/font.less
  2. 4
      src/less/resource/font.less

5
src/less/lib/font.less

@ -16,6 +16,9 @@
@font-down-triangle: "e70b";
@font-key: "e740";
@font-plus: "e75b";
@font-minus: "e75a";
@font-arrow-left: "e70d";
@font-arrow-right: "e70c";
@font-change: "e72f";
@ -39,4 +42,4 @@
@font-tip-warning: "e755";
@font-tip-message: "e74b";
@font-add: "e6dd";
@font-circle-close: "e6d5";
@font-circle-close: "e6d5";

4
src/less/resource/font.less

@ -28,6 +28,10 @@
.font-hover-active(dot-ha-font, @font-dot, @color-bi-text, @color-bi-text-gray, @color-bi-text-black);
.font-effect(dot-e-font, @font-dot, transparent, transparent, transparent, @color-bi-text-highlight);
// 加减号
.font(plus-font, @font-plus);
.font(minus-font, @font-minus);
//向右展开子菜单
.font(pull-right-font, @font-right-triangle);
.font-hover(pull-right-h-font, @font-right-triangle);

Loading…
Cancel
Save