Administrator
2021-06-24 d1441fb578d08ce4669a13cb63aa01f82823e391
pages/groupChat/groupChat.vue
@@ -1,6 +1,8 @@
<!-- 工作台 -->
<template>
   <view class="work">
      <!-- 自定义顶部导航栏 -->
      <navBarTop :title="'聊天室'"></navBarTop>
      <view class="main">
         <div>
            <div class="m-main">
@@ -20,9 +22,10 @@
   import WxStorage from "../../static/lib/wxStorage.js"
   import axios from '../../static/lib/axios.js'
   import contacts from '../../components/contacts/contacts.vue'
   export default {
   import navBarTop from '../../components/nav-bar-top/nav-bar-top.vue';
   export default{
      components: {
         contacts
         navBarTop,contacts
      },
      data() {
         return {
@@ -123,7 +126,7 @@
   .work {
      width: 100%;
      height: 100%;
      padding: 0.625rem 2.5% 3rem 2.5%;
      padding: 0rem 2.5% 3rem 2.5%;
      box-sizing: border-box;
      .hello {
@@ -161,6 +164,8 @@
      }
      .main {
         margin-top: 0.625rem;
         .m-title {
            width: 100%;
            height: 2rem;