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

fix: 修复更多筛选滚动时,touchstart在输入列表时滚动无效的问题

cuiyalong 1 жил өмнө
parent
commit
7bd9bf44b4

+ 2 - 2
apps/mobile/src/components/selector/keyword-input-group/index.vue

@@ -247,8 +247,8 @@ export default {
   margin-bottom: 16px;
 }
 .keywords-input-tags {
-  max-height: 160px;
-  overflow-y: scroll;
+  // max-height: 160px;
+  // overflow-y: scroll;
   ::v-deep {
     .van-tag {
       padding: 6px 10px;