arco-design / arco-design-mobile

React mobile UI components library based on Arco Design
https://arco.design/mobile/react/arco-design/pc/#/
MIT License
402 stars 77 forks source link

Tabs 组件问题 #50

Open Tsutomu-miku opened 2 years ago

Tsutomu-miku commented 2 years ago

Basic Info

Steps to reproduce

  1. swipeable 开启时,无法兼容内部横向滑动组件
  2. autoHeight 开启时,内部高度变大后,如 500px -> 1500px ,将无法继续向下滑动
TinaPeach commented 2 years ago

@Tsutomu-miku

  1. 内部横向滑动的部分需传入getInnerScrollContainer属性,详情见文档说明
  2. 可否提供下组件使用demo,我们复现一下~