From 8d092b55b7f02eb94b3ec78b9df6747ae1ba888b Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 8 Jun 2022 10:58:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20icon=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=8A=B6=E6=80=81=E6=B2=A1=E6=9C=89=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/checkbox/check.arrownode.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/case/checkbox/check.arrownode.js b/src/case/checkbox/check.arrownode.js index 519ae1d45..3347f83d0 100644 --- a/src/case/checkbox/check.arrownode.js +++ b/src/case/checkbox/check.arrownode.js @@ -3,13 +3,13 @@ * 右与下箭头切换的树节点 */ BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, { - _defaultConfig: function () { - var conf = BI.ArrowTreeGroupNodeCheckbox.superclass._defaultConfig.apply(this, arguments); - return BI.extend(conf, { + + props: function (conf) { + return { extraCls: "bi-arrow-group-node-checkbox " + (conf.collapseIcon || "expander-right-font"), expandIcon: "expander-down-font", collapseIcon: "expander-right-font" - }); + }; }, setSelected: function (v) {