修改小bug
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<div class="housing-info-trail">{{ time['offshelftime'] }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="listing-verified flexacenter" v-if="verified == 1">
|
||||
<div class="listing-verified flexacenter" v-if="props['verified'] == 1">
|
||||
<img class="listing-verified-tick" src="@/assets/img/edit/tick.svg" />
|
||||
房源已认证
|
||||
</div>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="dis-f jus-x al-item body-maxWidth" style="margin: auto;">
|
||||
<div class="logo-box dis-f al-item body-maxWidth">
|
||||
<div class="logo-box dis-f al-item body-maxWidth" @click="goIndex()">
|
||||
<img src="../../assets/homeImage/logo.png" class="logo-img" alt="">
|
||||
<img src="../../assets/homeImage/logoText.png" class="logo-text-img" alt="">
|
||||
</div>
|
||||
@@ -158,6 +158,10 @@ const loginBtn = type => {
|
||||
goTologin()
|
||||
}
|
||||
|
||||
// 跳转首页
|
||||
const goIndex = () => router.push("/")
|
||||
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
.pos-r {
|
||||
@@ -246,6 +250,7 @@ const loginBtn = type => {
|
||||
}
|
||||
|
||||
.top-bg-img-box .info-box .logo-box {
|
||||
cursor: pointer;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
||||
@@ -116,10 +116,6 @@ const toConsumableArray = (arr) => {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.alert-form .reports {
|
||||
height: 440px;
|
||||
}
|
||||
|
||||
.alert-form .reports .radio-area {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
@@ -135,7 +131,7 @@ const toConsumableArray = (arr) => {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 740px;
|
||||
height: 440px;
|
||||
// height: 440px;
|
||||
max-width: 90vw;
|
||||
max-height: 90vh;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
Reference in New Issue
Block a user