主题
示例
一般要套两层来解决。
<div class="min-w-0"> <div class="flex flex-1 gap-2 overflow-x-auto"> <div> 真正很长的,要无限滚动的div。 </div> </div> </div>