修改bug
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<template #reference>
|
||||
<el-input class="search-input" v-model="pitchValue['keyword']" placeholder="搜索房源或输入房源ID"
|
||||
@keyup.enter='handleKeyword(pitchValue["keyword"])'
|
||||
style="height:48px;width:460px;"></el-input>
|
||||
style="height:48px;width:460px;" maxlength="15"></el-input>
|
||||
</template>
|
||||
<div class="dis-f al-item pos-r">
|
||||
<div class="seach-hiosory-box scrollbar">
|
||||
|
||||
@@ -50,8 +50,9 @@ export default {
|
||||
}
|
||||
|
||||
.how-img {
|
||||
width: 550px;
|
||||
// width: 550px;
|
||||
height: 584px;
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user