样式优化

This commit is contained in:
2023-08-10 14:48:43 +08:00
parent dd628cf58f
commit 8656166a9d
3 changed files with 4 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ img {
width: 1px; width: 1px;
height: 21px; height: 21px;
background: #d7d7d7; background: #d7d7d7;
margin: 0 15px; margin: 0 22px;
} }
} }
} }

View File

@@ -14,7 +14,7 @@
<div class="dis-f al-item pos-r"> <div class="dis-f al-item pos-r">
<el-input v-model="seachAllType.keyword" placeholder="搜索房源或输入房源ID" @keyup.enter='seachList' <el-input v-model="seachAllType.keyword" placeholder="搜索房源或输入房源ID" @keyup.enter='seachList'
@blur="setHistoryShow" @focus="setHistoryShow" @blur="setHistoryShow" @focus="setHistoryShow"
style="height:48px;width:460px;background:rgba(246, 246, 246, 1);border-radius:5px;"></el-input> style="height:48px;width:460px;background:rgba(246, 246, 246, 1);border-radius:8px;"></el-input>
<div class="seach-btn dis-f al-item jus-x" @click="seachList"> <div class="seach-btn dis-f al-item jus-x" @click="seachList">
<img src="../../assets/homeImage/seachImg.svg" class="img" alt=""> <img src="../../assets/homeImage/seachImg.svg" class="img" alt="">
搜索 搜索
@@ -544,6 +544,7 @@ defineExpose({
::v-deep .el-input__wrapper { ::v-deep .el-input__wrapper {
background: rgba(246, 246, 246, 1); background: rgba(246, 246, 246, 1);
border-radius: 8px 0 0 8px;
} }
</style> </style>

View File

@@ -67,7 +67,7 @@
<img src="../assets/img/detail/collectT.png" <img src="../assets/img/detail/collectT.png"
v-show="housingInfo['data'] && housingInfo['data'].isfav" v-show="housingInfo['data'] && housingInfo['data'].isfav"
class="tool-icon" alt=""> class="tool-icon" alt="">
<span> <span style="margin-left:5px;">
{{ housingInfo['data'] && housingInfo['data'].isfav ? {{ housingInfo['data'] && housingInfo['data'].isfav ?
housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏' housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏'
}} }}