我的家乡条件调整
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
<u-parse :html="detail.content"></u-parse>
|
<u-parse :html="detail.content"></u-parse>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<AiEmpty v-else></AiEmpty>
|
<AiEmpty v-else/>
|
||||||
<div class="btn" @click="cancel" v-if="detail">
|
<div class="btn" @click="cancel" v-if="user.homeArea">
|
||||||
<div>解除入驻</div>
|
<div>解除入驻</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,7 +60,7 @@ export default {
|
|||||||
.page {
|
.page {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 32px;
|
padding: 32px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user