File size: 227 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
## zh-CN
最简单的用法,浮层的大小由内容区域决定。
## 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>
|