修改bug
This commit is contained in:
@@ -74,6 +74,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-right flex1">
|
||||
<img class="header-bj" src="@/assets/img/apartmentDetail/apartmentDetail-header-bj.png">
|
||||
<img class="header-shade" src="@/assets/img/apartmentDetail/apartmentDetail-header-shade.svg">
|
||||
<div class="tab-box flexflex" v-if="info['tags'] && info['tags'].length != 0">
|
||||
<div class="tab-item flexcenter" v-for="item in info['tags']">{{ item }}</div>
|
||||
</div>
|
||||
@@ -927,6 +929,18 @@ const publicJump = path => router.push(path)
|
||||
|
||||
.header-right {
|
||||
margin-left: 59px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
.header-bj,
|
||||
.header-shade {
|
||||
width: 601px;
|
||||
height: 338px;
|
||||
position: absolute;
|
||||
bottom: -25px;
|
||||
right: -30px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.tab-box {
|
||||
flex-wrap: wrap;
|
||||
@@ -1276,7 +1290,7 @@ const publicJump = path => router.push(path)
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
&.company .details-header .icon ,
|
||||
&.company .details-header .icon,
|
||||
&.life .details-header .icon {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<apartment-item v-for="item in listApartment" :item="item"></apartment-item>
|
||||
</div>
|
||||
<div class="dis-f jus-x no-list-box al-item" v-show="dataList.data && dataList.data.length === 0">
|
||||
<noList></noList>
|
||||
<noList hintText="暂无搜索结果" hintTextTwo="建议更换搜索关键词,或放宽筛选条件"></noList>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user