智慧保安互联网APP
liuyg
2021-08-10 c2e4ee1dff3bd6f166711136519d561629e52af2
pages/groupChat/groupChat.vue
@@ -3,8 +3,13 @@
   <view class="work">
      <!-- 自定义顶部导航栏 -->
      <!-- <navBarTop :title="'聊天室'"></navBarTop> -->
      <view style="height:100rpx;"></view>
      <view class="tab" style="position: fixed;top: 0;width: 100%;height: 100rpx;z-index: 100;">
      <view style="height:205rpx;"></view>
      <view class="tab" style="position: fixed;top: 0;width: 100%;height: 205rpx;z-index: 100;">
         <u-navbar style="position: relative;left: -20rpx;" :is-fixed="false" :border-bottom="false" :is-back="false" title="好友"
            :background="{ background: '#0BB9C8' }" title-color="#fff">
            <image slot="right" src="/static/images/home/message.png" class="message-icon" mode="widthFix"></image>
         </u-navbar>
         <u-tabs :list="list" :is-scroll="false" :current="current" active-color="#14B9C8" inactive-color="#595959"
            height="100" @change="change" style="background-color:rgba(255,255,255,0.8)"></u-tabs>
      </view>
@@ -310,4 +315,10 @@
         }
      }
   }
   .message-icon {
      width: 32rpx;
      height: auto;
      margin-right: 27rpx;
   }
</style>