• Card 卡片
    • 基础用法
    • 简单卡片
    • 带图片
    • Attributes

    Card 卡片

    将信息聚合在卡片容器中展示。

    基础用法

    包含标题,内容和操作。

    Card 卡片 - 图1

    简单卡片

    卡片可以只有内容区域。

    Card 卡片 - 图2

    带图片

    可配置定义更丰富的内容展示。

    Card 卡片 - 图3

    Attributes

    参数说明类型可选值默认值
    header设置 header,也可以通过 slot#header 传入 DOMstring
    bodyStyle设置 body 的样式object{ padding: '20px' }