|
|
|
@ -37,7 +37,6 @@ ReactDOM.render( |
|
|
|
/> |
|
|
|
<MiniArea |
|
|
|
line |
|
|
|
color="#cceafe" |
|
|
|
height={45} |
|
|
|
data={visitData} |
|
|
|
/> |
|
|
|
@ -46,7 +45,7 @@ ReactDOM.render( |
|
|
|
<Col span={24} style={{ marginTop: 24 }}> |
|
|
|
<ChartCard |
|
|
|
title="访问量" |
|
|
|
action={<Tooltip title="访问量是关键指标"><Icon type="exclamation-circle-o" /></Tooltip>} |
|
|
|
action={<Tooltip title="指标说明"><Icon type="info-circle-o" /></Tooltip>} |
|
|
|
total={numeral(8846).format('0,0')} |
|
|
|
footer={<Field label="日访问量" value={numeral(1234).format('0,0')} />} |
|
|
|
contentHeight={46} |
|
|
|
@ -60,7 +59,7 @@ ReactDOM.render( |
|
|
|
<Col span={24} style={{ marginTop: 24 }}> |
|
|
|
<ChartCard |
|
|
|
title="线上购物转化率" |
|
|
|
action={<Tooltip title="购买效率"><Icon type="exclamation-circle-o" /></Tooltip>} |
|
|
|
action={<Tooltip title="指标说明"><Icon type="info-circle-o" /></Tooltip>} |
|
|
|
total="78%" |
|
|
|
footer={ |
|
|
|
<div> |
|
|
|
@ -76,7 +75,7 @@ ReactDOM.render( |
|
|
|
} |
|
|
|
contentHeight={46} |
|
|
|
> |
|
|
|
<MiniProgress percent={78} strokeWidth={8} target={80} color="#5DD1DD" /> |
|
|
|
<MiniProgress percent={78} strokeWidth={8} target={80} /> |
|
|
|
</ChartCard> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
|