react-component / tabs

React Tabs
https://tabs.react-component.now.sh/
MIT License
567 stars 233 forks source link

tab标签css属性设置为flex:1时,有很大机率出现dropdown按钮闪烁出现。 #719

Open coderbyl opened 6 months ago

coderbyl commented 6 months ago

tab标签css属性设置为flex:1,当拖动屏幕区域使组件大小发生变化时:

  1. 有很大机率出现dropdown按钮闪烁出现。
  2. tabListRef.current?.getBoundingClientRect()取值时,因为此时依然占据空间,导致取值不准确,具体表现为.${prefixCls}-ink-bar-animated的元素错位。