From 446ea93beb903902882d4691d2f35b3d7f19c9f6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Jul 2021 17:07:16 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_app

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

diff --git a/pages/groupChat/groupChat.vue b/pages/groupChat/groupChat.vue
index 952a2c7..16e3623 100644
--- a/pages/groupChat/groupChat.vue
+++ b/pages/groupChat/groupChat.vue
@@ -3,9 +3,10 @@
 	<view class="work">
 		<!-- 自定义顶部导航栏 -->
 		<!-- <navBarTop :title="'聊天室'"></navBarTop> -->
-		<view class="tab">
+		<view style="height:100rpx;"></view>
+		<view class="tab" style="position: fixed;top: 0;width: 100%;height: 100rpx;z-index: 100;">
 			<u-tabs :list="list" :is-scroll="false" :current="current" active-color="#14B9C8" inactive-color="#595959"
-				height="100" @change="change"></u-tabs>
+				height="100" @change="change" style="background-color:rgba(255,255,255,0.8)"></u-tabs>
 		</view>
 		<swiper id="swiperBox" :style="{ height: swiperHeight + 'px' }" :current="current" @change="tabsChange">
 			<swiper-item class="swiper-item" v-for="(item, indexs) in list" :key="indexs">

--
Gitblit v1.9.3