From 27a6b50f5090ef558af14fc642d71a722382ac13 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 06 Sep 2021 14:31:27 +0800
Subject: [PATCH] 大部分的样式修改

---
 pages/groupChat/groupChat.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/groupChat/groupChat.vue b/pages/groupChat/groupChat.vue
index 9868ff0..e92578c 100644
--- a/pages/groupChat/groupChat.vue
+++ b/pages/groupChat/groupChat.vue
@@ -4,7 +4,7 @@
 		<!-- 自定义顶部导航栏 -->
 		<!-- <navBarTop :title="'聊天室'"></navBarTop> -->
 		<view class="tab">
-			<u-tabs :list="list" :is-scroll="false" :current="current" active-color="#14B9C8" inactive-color="#595959"
+			<u-tabs :list="list" :is-scroll="false" :current="current" active-color="#103289" inactive-color="#595959"
 				height="100" @change="change"></u-tabs>
 		</view>
 		<swiper id="swiperBox" :style="{ height: swiperHeight + 'px' }" :current="current" @change="tabsChange">

--
Gitblit v1.9.3