Jelajahi Sumber

style: 样式调整

cuiyalong 8 bulan lalu
induk
melakukan
d3a0029188

+ 2 - 2
apps/mobile/src/components/search/sun/filters.vue

@@ -1060,7 +1060,7 @@ export default {
           break
         }
         case 'jfArea': {
-          const { jfArea } = this.filters
+          const { jfArea } = this.cacheMoreFilters
           if (jfArea) {
             const { jfAreaSelector } = this.$refs
             jfAreaSelector?.setState(jfArea)
@@ -1312,7 +1312,7 @@ export default {
     }
     .keywords-input-group {
       .van-field__control {
-        font-size: 11px;
+        font-size: 10px;
       }
     }
   }

+ 1 - 1
apps/mobile/src/views/search/result/sun/index.vue

@@ -617,7 +617,7 @@ export default {
       return target || {}
     },
     searchList() {
-      const listAdPosition = 4
+      const listAdPosition = 3
       const { list } = this.listState
       const { adItem } = this.pageState
       const { random, show } = adItem