浏览代码

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

cuiyalong 1 年之前
父节点
当前提交
7bd9bf44b4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/mobile/src/components/selector/keyword-input-group/index.vue

+ 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;