提交 3394aad3 编写于 作者: Z ZYSzys 提交者: 陈帅

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

上级 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={
<FormattedMessage <span>
id="app.analysis.per-capita-search" <FormattedMessage
defaultMessage="Per Capita Search" id="app.analysis.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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册