修改小bug

This commit is contained in:
A1300399510
2023-07-31 16:44:27 +08:00
parent 0b3643e04d
commit de637cffbd
6 changed files with 16 additions and 22 deletions

View File

@@ -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>

View File

@@ -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;
}

View File

@@ -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%);