From f11670c36ece6beff61013ec98ff798a3fe0d6ba Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 21 Jan 2026 13:07:31 +0800
Subject: [PATCH] 更新
---
pages/tabBar/responsivity/countyResponsivity.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/tabBar/responsivity/countyResponsivity.vue b/pages/tabBar/responsivity/countyResponsivity.vue
index 45f1c73..d99d4f3 100644
--- a/pages/tabBar/responsivity/countyResponsivity.vue
+++ b/pages/tabBar/responsivity/countyResponsivity.vue
@@ -201,7 +201,7 @@
background-color: rgb(207, 223, 241);
line-height: 35px;
}
- tr:nth-child(odd+1) {
+ tr:nth-child(odd) {
background-color: rgb(207, 223, 241); /* 设置奇数行颜色 */
}
tr:nth-child(even) {
--
Gitblit v1.9.2