diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index e13a241..c8b089b 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -62,7 +62,7 @@ watchEffect(() => { res.path = '/personHousing' } else if (res.name === '中介房源') { - + res.path = '/intermediaryHousing' } else if (res.name === '品牌公寓') { diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index 730e41c..51ead03 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -55,6 +55,10 @@ +
+ + +
@@ -63,7 +67,7 @@
-
+
@@ -171,7 +175,9 @@ defineExpose({ position: relative; justify-content: end; border-bottom: 1px solid #ebebeb; - + .intermediary-btn{ + background:rgba(241, 245, 247, 1); + } .authentication-btn { width: 160px; height: 48px; @@ -193,6 +199,7 @@ defineExpose({ .code-img { width: 20px; height: 20px; + margin-left:8px; } }