Commit c314803b by zhaochengxiang

资产浏览增加提示

parent ad1c15ba
...@@ -972,7 +972,18 @@ const AssetAction = (props) => { ...@@ -972,7 +972,18 @@ const AssetAction = (props) => {
} }
</Row> </Row>
: <React.Fragment> : <React.Fragment>
{ elementDetailComponent(element) } <Row gutter={8}>
<Col span={22}>
{ elementDetailComponent(element) }
</Col>
{
interpretation && <Col span={2}>
<Tooltip placement="left" title={interpretation}>
<QuestionCircleOutlined style={{ marginTop: 8, fontSize: 16 }} />
</Tooltip>
</Col>
}
</Row>
</React.Fragment> </React.Fragment>
} }
</Descriptions.Item> </Descriptions.Item>
......
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