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;