Эх сурвалжийг харах

Merge branch 'dev/v1.0.67_yf' of jianyu/web into feature/v1.0.67

yangfeng 9 сар өмнө
parent
commit
9f0b107099

+ 7 - 1
apps/mobile/src/components/search/bidding/filters.vue

@@ -1429,8 +1429,14 @@ export default {
 
 <style lang="scss" scoped>
 ::v-deep {
+  .van-dropdown-menu__bar {
+    padding: 0 4px;
+  }
+  .van-dropdown-menu__item {
+    justify-content: flex-start;
+  }
   .van-dropdown-menu__title {
-    padding: 0 8px 0 0;
+    padding: 0 8px 0;
     color: $gray_9;
     &--active {
       color: $main;

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

@@ -3016,6 +3016,7 @@ export default {
   align-items: center;
   justify-content: space-between;
   padding: 2px 16px;
+  margin-top: -1px;
   padding-left: 8px;
   background: #fff;
   .tab-right {