ElemeFE / mint-ui

Mobile UI elements for Vue.js
http://mint-ui.github.io/#!/en
MIT License
16.56k stars 3.55k forks source link

[Bug Report] TabContainer里的item滚动一个,切换到其他item也滚动了 #1032

Open xhlwill opened 7 years ago

xhlwill commented 7 years ago

Mint UI version

2.2.9

OS/Browsers version

macos 10.12.3

Vue version

2.3.4

Reproduction Link

https://jsfiddle.net/pj71jkyw/

Steps to reproduce

tabcontainer里的item滚动一个,切换到其他item也滚动了

What is Expected?

tabcontainer里的item滚动一个,切换到其他item不滚动

What is actually happening?

tabcontainer里的item滚动一个,切换到其他item也滚动了

2017-08-03 6 21 28
KableShow commented 7 years ago

最近用这个tabContainer也遇到了这个问题。我的解决方案是在mt-tab-container-item下用一个div包起来,这个div设置固定height和overflow:srcoll。虽然后来由于其他原因还是没有用tabContainer......