From 09c0a78c3b608e6cb65e5fd44973e09d7a9d7991 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 22 Jul 2021 13:51:39 +0800 Subject: [PATCH] =?UTF-8?q?BI-90803=20fix:=20=E6=90=9C=E7=B4=A2=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E6=8F=90=E7=A4=BA=E6=96=87=E6=9C=AC=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/multiselect/search/multiselect.search.insert.pane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/multiselect/search/multiselect.search.insert.pane.js b/src/widget/multiselect/search/multiselect.search.insert.pane.js index d5195979c..53c439562 100644 --- a/src/widget/multiselect/search/multiselect.search.insert.pane.js +++ b/src/widget/multiselect/search/multiselect.search.insert.pane.js @@ -31,7 +31,7 @@ BI.MultiSelectSearchInsertPane = BI.inherit(BI.Widget, { type: "bi.label", text: BI.i18nText("BI-Basic_Click_To_Add_Text", ""), height: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT, - cls: "bi-high-light", + cls: "bi-keyword-red-mark", hgap: 5, });