Skip to content

Commit

Permalink
doc(Popover): 修复文档演示示例 BUG (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssggssg committed Apr 20, 2022
1 parent b2bc44f commit 67371ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-popover/README.md
Expand Up @@ -82,7 +82,9 @@ class Demo extends React.Component {
</Card>
}
>
<Icon type="setting" color="#343a40" style={{ fontSize: 20 }} />
<div>
<Icon type="setting" color="#343a40" style={{ fontSize: 20 }} />
</div>
</Popover>
</div>
</Row>
Expand Down

0 comments on commit 67371ed

Please sign in to comment.