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

15 lines
289 B
Markdown
Raw Normal View History

## zh-CN
2016-02-19 19:35:49 +08:00
包含标题、内容、操作区域。
## en-US
2019-05-07 14:57:32 +08:00
A basic card containing a title, content and an extra corner content. Supports two sizes: `default` and `small`.
<style>
.code-box-demo p {
margin: 0;
}
#components-card-demo-basic .ant-card { margin-bottom: 30px; }
</style>