You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/card/demo/concise.md

285 B

#### 简洁卡片 只包含内容区域 #### Simple card A simple card only containing a content area.
<template>
  <a-card style="width:300px">
    <p>Card content</p>
    <p>Card content</p>
    <p>Card content</p>
  </a-card>
</template>