From 6e9c622c1547f698a8e88d229e754e716c872767 Mon Sep 17 00:00:00 2001 From: alan Date: Tue, 10 Sep 2019 14:52:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20DEC-9676=20=E5=B1=95=E5=BC=80=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=94=B9=E4=B8=BA=E7=94=A8=E5=AE=9E=E5=BF=83=E7=AE=AD?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/font.less | 4 +++- src/less/lib/font.less | 4 +++- src/modules/components/collapse/collapse.ts | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/less/font.less b/src/less/font.less index b48119e..b824a13 100644 --- a/src/less/font.less +++ b/src/less/font.less @@ -9,4 +9,6 @@ .font(dcm-cross-font, @font-cross); .font(dcm-link-other-font, @font-link-other); .font(dcm-change-name-font, @font-change-name); -.font(dcm-link-edit-font, @font-link-edit); \ No newline at end of file +.font(dcm-link-edit-font, @font-link-edit); +.font(dcm-triangle-collapse-font, @font-triangle-collapse); +.font(dcm-triangle-expand-font, @font-triangle-expand); \ No newline at end of file diff --git a/src/less/lib/font.less b/src/less/lib/font.less index f053c74..3e580b8 100644 --- a/src/less/lib/font.less +++ b/src/less/lib/font.less @@ -6,4 +6,6 @@ @font-link-delete: "e6c4"; @font-link-other: "e796"; @font-change-name: "e6cc"; -@font-link-edit: "e6ba"; \ No newline at end of file +@font-link-edit: "e6ba"; +@font-triangle-collapse: "e6d8"; +@font-triangle-expand: "e6d7"; \ No newline at end of file diff --git a/src/modules/components/collapse/collapse.ts b/src/modules/components/collapse/collapse.ts index 64611ab..a313d10 100644 --- a/src/modules/components/collapse/collapse.ts +++ b/src/modules/components/collapse/collapse.ts @@ -35,7 +35,7 @@ export class Collapse extends BI.BasicButton { { type: IconLabel, height: 17, - cls: 'pull-right-font', + cls: 'dcm-triangle-collapse-font icon-size-16', ref: (_ref: any) => { this.rightFont = _ref; }, @@ -44,7 +44,7 @@ export class Collapse extends BI.BasicButton { { type: IconLabel, height: 17, - cls: 'pull-down-font', + cls: 'dcm-triangle-expand-font icon-size-16', ref: (_ref: any) => { this.downFont = _ref; },