From 35ec8edd49dcfabd6c218a5a84ffb50ed66681e3 Mon Sep 17 00:00:00 2001 From: "Oliver.Ke" Date: Wed, 7 Sep 2022 13:57:03 +0800 Subject: [PATCH 1/3] =?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/3] =?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 From 9dd61713d751dd94e1eeca6247b43ea121072349 Mon Sep 17 00:00:00 2001 From: Claire <1119518763@qq.com> Date: Thu, 15 Sep 2022 15:49:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?BI-113239=20fix:bilessconfig=E5=90=8C?= =?UTF-8?q?=E6=AD=A5final11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bi.lessconfig.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bi.lessconfig.json b/bi.lessconfig.json index 7de7350ae..cbb1aabcf 100644 --- a/bi.lessconfig.json +++ b/bi.lessconfig.json @@ -22,6 +22,9 @@ "@color-bi-border-radio": "rgba(9, 30, 64, 0.37)", "@color-bi-border-disabled-radio": "rgba(9, 30, 64, 0.19)", "@color-bi-background-active-radio-content": "#2C60DB", + "@color-bi-border-checkbox-theme-dark": "rgba(255, 255, 255, 0.37)", + "@color-bi-border-hover-active-radio-theme-dark": "#3869DC", + "@color-bi-background-active-radio-content-theme-dark": "#3869DC", "@color-bi-background-disabled-active-radio-content": "#FFFFFF", "@color-bi-background-disabled-active-radio-content-theme-dark": "#606479", "@color-bi-background-disabled-active-checkbox-content": "#FFFFFF", @@ -39,6 +42,9 @@ "@color-bi-color-toast-text": "#000A19", "@color-bi-text-header-background": "rgba(9, 30, 64, 0.9)", "@color-bi-text-header-background-theme-dark": "rgba(255, 255, 255, 0.9)", - "@font-down-triangle": "e70b", - "@font-date": "e733" -} \ No newline at end of file + "@font-date": "e733", + "@font-trigger-triangle": "e924", + "@font-solid-bottom": "e905", + "@font-solid-right": "e906", + "@font-dot": "e762" +}