From dcb02d88b976f59d913d03a7e34ec3c099dc9228 Mon Sep 17 00:00:00 2001 From: youki Date: Thu, 6 Apr 2023 10:49:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?FDL-4442=20fix:=20downListCombo=E5=8D=95?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=E6=97=B6=E5=8E=BB=E6=8E=89=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js b/src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js index 956e18552..55ff01e49 100644 --- a/src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js +++ b/src/widget/textvaluedownlistcombo/combo.textvaluedownlist.js @@ -5,7 +5,7 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, { _defaultConfig: function (config) { return BI.extend(BI.TextValueDownListCombo.superclass._defaultConfig.apply(this, arguments), { - baseCls: "bi-text-value-down-list-combo bi-border-radius " + (config.simple ? "bi-border-bottom" : "bi-border"), + baseCls: "bi-text-value-down-list-combo " + (config.simple ? "bi-border-bottom" : "bi-border bi-border-radius"), height: 24, }); }, From a4fc852d8266effa195a8811cf588c9c6424437f Mon Sep 17 00:00:00 2001 From: data Date: Thu, 6 Apr 2023 14:49:13 +0800 Subject: [PATCH 2/2] auto upgrade version to 2.0.20230406144639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d626c4600..f58f3cf8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20230403115702", + "version": "2.0.20230406144639", "description": "fineui", "main": "dist/fineui_without_conflict.min.js", "types": "dist/lib/index.d.ts",