Commit 3394aad3 authored by ZYSzys's avatar ZYSzys Committed by ι™ˆεΈ…

add info-icon for Per Capita Search (#2481)

parent 072b9c2d
...@@ -560,10 +560,22 @@ class Analysis extends Component { ...@@ -560,10 +560,22 @@ class Analysis extends Component {
<Col sm={12} xs={24} style={{ marginBottom: 24 }}> <Col sm={12} xs={24} style={{ marginBottom: 24 }}>
<NumberInfo <NumberInfo
subTitle={ subTitle={
<span>
<FormattedMessage <FormattedMessage
id="app.analysis.per-capita-search" id="app.analysis.per-capita-search"
defaultMessage="Per Capita Search" defaultMessage="Per Capita Search"
/> />
<Tooltip
title={
<FormattedMessage
id="app.analysis.introduce"
defaultMessage="introduce"
/>
}
>
<Icon style={{ marginLeft: 8 }} type="info-circle-o" />
</Tooltip>
</span>
} }
total={2.7} total={2.7}
status="down" status="down"
......
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