| | |
| | | <!-- 工作台 --> |
| | | <template> |
| | | <view class="work"> |
| | | <!-- 自定义顶部导航栏 --> |
| | | <navBarTop :title="'聊天室'"></navBarTop> |
| | | <view class="main"> |
| | | <div> |
| | | <div class="m-main"> |
| | |
| | | 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 { |
| | |
| | | .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 { |
| | |
| | | } |
| | | |
| | | .main { |
| | | margin-top: 0.625rem; |
| | | |
| | | .m-title { |
| | | width: 100%; |
| | | height: 2rem; |