From 89f960bae784d9e8789168906ba40912c175e73b Mon Sep 17 00:00:00 2001 From: hanfengcan <825927416@qq.com> Date: Thu, 9 May 2024 16:01:05 +0800 Subject: [PATCH] Update uni-list-item.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复hover样式无效的问题 --- .../uni-list/components/uni-list-item/uni-list-item.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue b/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue index 2322373b..6fa03b83 100644 --- a/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue +++ b/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue @@ -352,7 +352,7 @@ } .uni-list-item--hover { - background-color: $uni-bg-color-hover; + background-color: $uni-bg-color-hover !important; } .uni-list-item__container { @@ -531,4 +531,4 @@ text-overflow: ellipsis; /* #endif */ } - \ No newline at end of file +