笔画或文本什么都不适用于反应图标
<AiOutlineArrowLeft
className="cursor-pointer text-xl text-orange-800 stroke-4"
onClick={(e) => handleBurger(e)}
/>发布于 2022-05-23 11:49:21
这是因为顺风只定义了stroke-0、stroke-1和stroke-2类,而定义了stroke-4。
找到更多的这里
https://stackoverflow.com/questions/72343123
复制相似问题