前言:以下内容基于React全家桶+AntD实战课程的学习实践过程记录.最终成果github地址:https://github.com/66Web/react-antd-manager,欢迎star. 一.按钮Button pages->ui->button.js:对应路由/admin/ui/buttons import React from 'react'; import {Card, Button, Radio} from 'antd' import './ui.less' class B
import * as React from 'react'; import 'animate.css/animate.css' import {AutoImg} from "./style"; import {observer} from "mobx-react"; import {action} from "mobx"; import {IAd} from "../../util/type"; interface IInd