This website works better with JavaScript
Home
Explore
Help
Register
Sign In
huanghui
/
vitevue32
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
6466dbf4d5
Branches
Tags
master
noSetup
vitevue32
/
docs
/
components
/
card
/
doc
/
doc.md
doc.md
1.5 KB
History
Raw
Card 卡片
将信息聚合在卡片容器中展示
基础用法
卡片包含标题,内容以及操作区域。
Card 组件由 header 和 body 组成。 header 是可选的,其内容取决于一个具名的 slot。
简单卡片
卡片可以只有内容区域。
有图片内容的卡片
可配置定义更丰富的内容展示。配置body-style属性来自定义body部分的样式
卡片阴影
可对阴影的显示进行配置。通过shadow属性设置卡片阴影出现的时机:always、hover或never
Attributes
参数
说明
类型
可选值
默认值
header
设置 header,也可以通过
slot#header
传入 DOM节点
string
—
—
body-style
设置 body 的样式
object
—
{ padding: '20px' }
shadow
设置阴影显示时机
string
always / hover / never
always