修改bug
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<template #reference>
|
<template #reference>
|
||||||
<el-input class="search-input" v-model="pitchValue['keyword']" placeholder="搜索房源或输入房源ID"
|
<el-input class="search-input" v-model="pitchValue['keyword']" placeholder="搜索房源或输入房源ID"
|
||||||
@keyup.enter='handleKeyword(pitchValue["keyword"])'
|
@keyup.enter='handleKeyword(pitchValue["keyword"])'
|
||||||
style="height:48px;width:460px;"></el-input>
|
style="height:48px;width:460px;" maxlength="15"></el-input>
|
||||||
</template>
|
</template>
|
||||||
<div class="dis-f al-item pos-r">
|
<div class="dis-f al-item pos-r">
|
||||||
<div class="seach-hiosory-box scrollbar">
|
<div class="seach-hiosory-box scrollbar">
|
||||||
|
|||||||
@@ -50,8 +50,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.how-img {
|
.how-img {
|
||||||
width: 550px;
|
// width: 550px;
|
||||||
height: 584px;
|
height: 584px;
|
||||||
|
max-height: 65vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<page-top-bar></page-top-bar>
|
<page-top-bar></page-top-bar>
|
||||||
|
|
||||||
<map-component v-if="mapComponentState" :info="info" @choosingLocation="choosingLocation" />
|
<map-component v-if="mapComponentState" :info="info" @choosingLocation="choosingLocation" />
|
||||||
<div class="content-box flexflex">
|
<div class="content-box flexflex">
|
||||||
<!-- 左边的信息盒子 -->
|
<!-- 左边的信息盒子 -->
|
||||||
@@ -1144,9 +1145,6 @@ export default {
|
|||||||
|
|
||||||
if (info['wechatdata'] && info['wechatdata']['url']) info['iswechattype'] = 2
|
if (info['wechatdata'] && info['wechatdata']['url']) info['iswechattype'] = 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (this.submitState) return
|
if (this.submitState) return
|
||||||
this.submitState = true
|
this.submitState = true
|
||||||
|
|
||||||
@@ -2433,6 +2431,8 @@ export default {
|
|||||||
padding-left: 48px;
|
padding-left: 48px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
height: 86px;
|
height: 86px;
|
||||||
@@ -2530,6 +2530,12 @@ export default {
|
|||||||
border-bottom: 1px solid rgba(242, 242, 242, 1);
|
border-bottom: 1px solid rgba(242, 242, 242, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.area-item-name {
|
||||||
|
&:hover {
|
||||||
|
color: rgb(98, 177, 255);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.pitchpitch {
|
&.pitchpitch {
|
||||||
color: #62B1FF;
|
color: #62B1FF;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user