From 35ec8edd49dcfabd6c218a5a84ffb50ed66681e3 Mon Sep 17 00:00:00 2001 From: "Oliver.Ke" Date: Wed, 7 Sep 2022 13:57:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81=20fix:?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8Dtext=5Fvalue=5Fcombo=20=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=9C=AA=E5=88=9B=E5=BB=BA=E6=97=B6setValue=E5=9C=BA?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/textvaluecombo/combo.textvalue.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/case/combo/textvaluecombo/combo.textvalue.js b/src/case/combo/textvaluecombo/combo.textvalue.js index b9aaac2ba..d6c80ac95 100644 --- a/src/case/combo/textvaluecombo/combo.textvalue.js +++ b/src/case/combo/textvaluecombo/combo.textvalue.js @@ -76,7 +76,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, { type: "bi.text_value_combo_popup", ref: ref => this.popup = ref, chooseType: o.chooseType, - value: o.value, items: o.items, listeners: [ { From 66bd03e83ac8f17fb0b7298a346d042ded5ea587 Mon Sep 17 00:00:00 2001 From: "Oliver.Ke" Date: Wed, 7 Sep 2022 15:15:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4=E8=A6=86=E7=9B=96font?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9A=84=E9=A2=9C=E8=89=B2=E7=9A=84=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/single/button/item.singleselect.icontext.less | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/less/base/single/button/item.singleselect.icontext.less diff --git a/src/less/base/single/button/item.singleselect.icontext.less b/src/less/base/single/button/item.singleselect.icontext.less deleted file mode 100644 index 2f698d894..000000000 --- a/src/less/base/single/button/item.singleselect.icontext.less +++ /dev/null @@ -1,9 +0,0 @@ -@import "../../../index.less"; - -.bi-single-select-icon-text-item{ - &:active, &.active { - & .b-font:before { - color: @color-bi-text-active-single-select-icon-text-item; - } - } -} \ No newline at end of file