From 7a6dc6d28d36e4c3558391bac52d188d5075543f Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 22 四月 2025 16:27:27 +0800 Subject: [PATCH] 1.完成移动端点检汇总和点检明细 --- eims-ui-mobile/src/components/fg-tabbar/fg-tabbar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eims-ui-mobile/src/components/fg-tabbar/fg-tabbar.vue b/eims-ui-mobile/src/components/fg-tabbar/fg-tabbar.vue index e8d12de..72675c5 100644 --- a/eims-ui-mobile/src/components/fg-tabbar/fg-tabbar.vue +++ b/eims-ui-mobile/src/components/fg-tabbar/fg-tabbar.vue @@ -6,7 +6,7 @@ safeAreaInsetBottom placeholder @change="selectTabBar" - active-color="#007aff" + active-color="#4D80F0" inactive-color="#7d7e80" > <block v-for="(item, idx) in tabbarList" :key="item.path"> -- Gitblit v1.9.3