Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个与下图完全相同的组件。
图像代码在这里,但我需要打字稿的代码。并且复制代码不起作用!任何机构都可以通过https://codesandbox.io/中的示例提供帮助。
多谢
最近我使用了带有 typescript 的 react-multi-carousel。
也许那个轮播的父样式是这样的。
display: flex;
Carousel不适用于该样式,因此您应该更改父样式。这不是 Typescript 引起的问题
display: block或添加此样式。
display: block
min-width: 400px; max-width: 400px;
这个对我有用。