|
|
@@ -18,12 +18,7 @@
|
|
|
</swiper>
|
|
|
|
|
|
<div class="search">
|
|
|
- <van-button
|
|
|
- type="primary"
|
|
|
- size="small"
|
|
|
- :icon="require('@assets/png-chuangjianfangjian.png')"
|
|
|
- @click="goCreate"
|
|
|
- >
|
|
|
+ <van-button type="primary" :icon="require('@assets/png-chuangjianfangjian.png')" @click="goCreate">
|
|
|
创建房间
|
|
|
</van-button>
|
|
|
|
|
|
@@ -58,7 +53,7 @@
|
|
|
<template #nav-right>
|
|
|
<van-tabs class="tabs" v-model:active="zone" @change="changeTab" type="card">
|
|
|
<van-tab title="QQ区" name="QQ"></van-tab>
|
|
|
- <van-tab title="微信区" name="微信"></van-tab>
|
|
|
+ <!-- <van-tab title="微信区" name="微信"></van-tab> -->
|
|
|
</van-tabs>
|
|
|
</template>
|
|
|
</van-tabs>
|
|
|
@@ -306,6 +301,9 @@ export default {
|
|
|
padding: 8px 16px;
|
|
|
.van-button {
|
|
|
flex-shrink: 0;
|
|
|
+ height: 32px;
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 0 10px;
|
|
|
}
|
|
|
.flex();
|
|
|
.van-search__action {
|
|
|
@@ -346,7 +344,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
/deep/.tabs {
|
|
|
- width: 107px;
|
|
|
+ width: 53px;
|
|
|
right: 16px;
|
|
|
top: 12px;
|
|
|
position: absolute;
|