样式优化

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

@@ -14,7 +14,7 @@
<div class="dis-f al-item pos-r">
<el-input v-model="seachAllType.keyword" placeholder="搜索房源或输入房源ID" @keyup.enter='seachList'
@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">
<img src="../../assets/homeImage/seachImg.svg" class="img" alt="">
搜索
@@ -544,6 +544,7 @@ defineExpose({
::v-deep .el-input__wrapper {
background: rgba(246, 246, 246, 1);
border-radius: 8px 0 0 8px;
}
</style>