修改搜索图标居中

This commit is contained in:
A1300399510
2024-10-28 15:03:33 +08:00
parent 7bc9fbffbf
commit f19928d0a6
14 changed files with 14 additions and 10 deletions

View File

@@ -290,7 +290,7 @@ let pitchValue = ref({
watchEffect(() => {
// nearSchoolList = store.state.apartment.school || []
nearSchoolList = store.state.schoolList || []
console.log("nearSchoolList",nearSchoolList);
console.log("nearSchoolList", nearSchoolList)
roomTypeList = store.state.apartment.roomtype || []
roomTypeKey = store.state.roomTypeKey || {}
roomlistingsList = store.state.apartment.roomlistings || []
@@ -503,6 +503,10 @@ let deleteSeachVal = i => {
&:hover {
opacity: 0.8;
}
.img {
margin-right: 0;
}
}
.img {