ant-design/components/popover/demo/basic.md

14 lines
227 B
Markdown
Raw Permalink Normal View History

## zh-CN
2016-03-24 11:25:23 +08:00
最简单的用法,浮层的大小由内容区域决定。
2015-06-17 16:58:13 +08:00
## en-US
The most basic example. The size of the floating layer depends on the contents region.
<style>
.ant-popover-content p {
margin: 0;
}
</style>