From 46469ec551cd3eedbf0948490a4be9d4b7127757 Mon Sep 17 00:00:00 2001 From: zqylzcwcxy <347891134@qq.com> Date: Wed, 22 Mar 2023 17:11:55 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:feat:=20feat(uni-data-select):=20?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E9=80=89=E4=B8=AD=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/uni-data-select/uni-data-select.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue index 2c2a9acf..f37aa54e 100644 --- a/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue +++ b/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue @@ -16,7 +16,7 @@ {{emptyTips}} - {{formatItemName(item)}} @@ -443,6 +443,13 @@ /* #endif */ } + .uni-select__selector-item_active{ + color: #409eff; + font-weight: bold; + background-color: #f5f7fa; + border-radius: 3px; + } + .uni-select__selector__disabled { opacity: 0.4; cursor: default;