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