react 中 styled components 简单使用

1. cnpm i styled-components -S || yarn add styled-components 在 node 环境中安装

  1. import styled from ‘styled-components’; 加载此组件
  2. const CardStyle = styled(Card)& .ant-card-body { max-height: 275px; overflow: auto; }
  3. react 中 styled components 简单使用

相关文章:

  • 2022-12-23
  • 2021-07-18
  • 2023-02-06
  • 2022-12-23
  • 2021-12-07
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
相关资源
相似解决方案