react 中 styled components 简单使用 1. cnpm i styled-components -S || yarn add styled-components 在 node 环境中安装 import styled from ‘styled-components’; 加载此组件 const CardStyle = styled(Card)& .ant-card-body { max-height: 275px; overflow: auto; } 相关文章: 2022-12-23 2021-07-18 2023-02-06 2022-12-23 2021-12-07 2022-01-01 2022-12-23 2022-12-23