mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
docs(components): [card] fix loading error (#11282)
* docs(components): [card] fix load error * Update card.md
This commit is contained in:
parent
c8e771eace
commit
6de3b831c3
@ -54,7 +54,7 @@ card/shadow
|
||||
| Name | Description | Type | Default |
|
||||
| ---------- | ------------------------------------------------------------- | --------------------------------- | --------------------- |
|
||||
| header | title of the card. Also accepts a DOM passed by `slot#header` | ^[string] | — |
|
||||
| body-style | CSS style of card body | ^[object]`CSSProperties` | { padding: '20px' } |
|
||||
| body-style | CSS style of card body | ^[object]`CSSProperties` | — |
|
||||
| shadow | when to show card shadows | ^[enum]`always \| never \| hover` | always |
|
||||
|
||||
### Slots
|
||||
|
Loading…
Reference in New Issue
Block a user