文章分类 -  antDesgin

摘要:import { Carousel } from 'antd/lib/index'; const slideSetting = { autoplay: true, autoplaySpeed: 10000 }; 阅读全文
posted @ 2019-11-15 14:51 清明|雨上 阅读(194) 评论(0) 推荐(0)
摘要:如图所示功能: 代码如下: 首先引入组件 import { Table, Layout, Popconfirm } from 'antd'; <Popconfirm title="确定删除此计划?" onConfirm={() => this.deletePlan(record.id)} okTex 阅读全文
posted @ 2019-10-31 14:15 清明|雨上 阅读(1011) 评论(0) 推荐(0)