Skip to content

Commit 67371ed

Browse files
authoredApr 20, 2022
doc(Popover): 修复文档演示示例 BUG (#778)
1 parent b2bc44f commit 67371ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎packages/react-popover/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ class Demo extends React.Component {
8282
</Card>
8383
}
8484
>
85-
<Icon type="setting" color="#343a40" style={{ fontSize: 20 }} />
85+
<div>
86+
<Icon type="setting" color="#343a40" style={{ fontSize: 20 }} />
87+
</div>
8688
</Popover>
8789
</div>
8890
</Row>

0 commit comments

Comments
 (0)
Please sign in to comment.