alibaba-fusion / next

🦍 A configurable component library for web built on React.
https://fusion.design
MIT License
4.57k stars 579 forks source link

[Slider]slider拖动时,图片变形 #2633

Open xiaran030 opened 3 years ago

xiaran030 commented 3 years ago

Component

Slider

Reproduction link

https://fusion.alibaba-inc.com/45196/component/basic/slider#%E5%9F%BA%E6%9C%AC

Steps to reproduce

Banner 的高度发生变化,图片叠影

youluna commented 3 years ago

窗口大小发生变化时,slider会变成2行

youluna commented 3 years ago

能定位到是 最外层的“slides-list 的总 width”先与内层的“ slide width”渲染生效了,导致出现换行。

临时解决方案是设置<Slider style={{overflow: 'hidden', height: '200px'}} / >缺点是必须要知道Slider的确切高度。

这个问题我半年内不想看了🏳️