35 lines
		
	
	
		
			894 B
		
	
	
	
		
			Markdown
		
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			894 B
		
	
	
	
		
			Markdown
		
	
	
<cn>
 | 
						|
  #### æ¯ææ´å¤å
厚é
įŊŽ
 | 
						|
  ä¸į§æ¯æå°éĸã头åãæ éĸåæčŋ°äŋĄæ¯įåĄįã
 | 
						|
</cn>
 | 
						|
 | 
						|
<us>
 | 
						|
  #### Support more content configuration
 | 
						|
  A Card that supports `cover`, `avatar`, `title` and `description`.
 | 
						|
</us>
 | 
						|
 | 
						|
```html
 | 
						|
<template>
 | 
						|
<a-card
 | 
						|
  hoverable
 | 
						|
  style="width: 300px"
 | 
						|
>
 | 
						|
  <img
 | 
						|
    alt="example"
 | 
						|
    src="https://gw.alipayobjects.com/zos/rmsportal/JiqGstEfoWAOHiTxclqi.png"
 | 
						|
    slot="cover"
 | 
						|
  />
 | 
						|
  <ul class="ant-card-actions" slot="actions">
 | 
						|
    <li style="width: 33.3333%;"><a-icon type="setting" /></li>
 | 
						|
    <li style="width: 33.3333%;"><a-icon type="edit" /></li>
 | 
						|
    <li style="width: 33.3333%;"> <a-icon type="ellipsis" /></li>
 | 
						|
  </ul>
 | 
						|
  <a-card-meta
 | 
						|
    title="Card title"
 | 
						|
    description="This is the description">
 | 
						|
    <a-avatar slot="avatar" src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png" />
 | 
						|
  </a-card-meta>
 | 
						|
</a-card>
 | 
						|
</template>
 | 
						|
```
 |