随笔分类 -  react

react-echarts之折线图的显示
摘要:echart折线图在react教授家中如何渲染 阅读全文
posted @ 2016-12-27 17:13 qinbb 阅读(17892) 评论(4) 推荐(1)
react引用antd的form表单
摘要:引用form是第三方插件ant插件,官网网址:https://ant.design/。用到的antd的版本是@2.0.1。form(https://ant.design/components/form/)表单页面的大概样子如下: 组件讲解: <Form></Form>表单,horizontal表示水 阅读全文
posted @ 2016-11-07 18:56 qinbb 阅读(49457) 评论(0) 推荐(2)
react引用ant的table组件
摘要:import React from 'react';import '../../css/uicss/UI.css';import 'antd/lib/style/index.less';import 'antd/lib/table/style/index.less';import 'antd/dis 阅读全文
posted @ 2016-10-19 09:28 qinbb 阅读(1581) 评论(0) 推荐(0)