Commit 2214f415 by maolipeng

fix:代码丢失.....

parent ed7d6c0f
......@@ -6,6 +6,7 @@ import { Select, Tooltip } from 'antd';
import { Axis, Chart, Coord, Geom, Guide, Tooltip as G2Tooltip } from 'bizcharts';
import moment from 'moment';
import React from 'react';
import HomeTip from './HomeTip';
import './Home.less';
const Option = Select.Option;
......@@ -275,6 +276,7 @@ class Home extends React.Component {
};
return (
<div className='home-page'>
<HomeTip />
<div className='data-wrap'>
<div className='home-title'>数据概况</div>
<div className='data-box'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment