cuiyalong 7 сар өмнө
parent
commit
6097e431b0

+ 22 - 0
apps/mobile/src/views/search/result/bidding-custom/components/more-filters.vue

@@ -55,6 +55,28 @@ export default {
     .date-time-selector-content {
       padding: 0 !important;
     }
+
+    .one-line-filter-item {
+      padding-left: 6px;
+      .van-cell__title {
+        display: flex;
+        align-items: center;
+        font-size: 12px;
+        line-height: 18px;
+        font-weight: 700;
+      }
+      .van-cell__value {
+        font-size: 11px;
+        line-height: 24px;
+      }
+    }
+
+    .j-button-item {
+      height: 24px;
+      font-size: 11px;
+      line-height: 16px;
+      min-width: 38px;
+    }
   }
 }
 </style>

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

@@ -38,7 +38,7 @@
         :filters.sync="filters"
         :filter-schema-map="conf.filtersSchemaMap"
         :filter-type="pageState.searchGroup"
-        :dropdown-menu-max-height="conf.maxHeight"
+        :dropdown-menu-max-height="conf.maxHeight1"
         @confirm="onFilterConfirm"
         @cancel="onFilterCancel"
         @open="doOpen"