摘要:
import { Row, Col } from 'antd'; 1. xs : <576px sm : >= 576 px md : >= 768px lg : >=992px xl : >=1200px xxl : >=1600px 阅读全文
摘要:
引入 : import { Icon } from 'antd'; 1.如何使用阿里巴巴图标 阅读全文
摘要:
引用 :import { Button } from 'antd'; 1. 可以直接插入Icon标签 2. type 值包括 : primary(蓝色) ,dashed(虚线),danger(红色),不写type情况下为白色背景,黑字,边框 阅读全文