31 lines
		
	
	
		
			507 B
		
	
	
	
		
			Markdown
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			507 B
		
	
	
	
		
			Markdown
		
	
	
| <cn>
 | |
| #### 讨嫌的小红点
 | |
| 没有具体的数字。
 | |
| </cn>
 | |
| 
 | |
| <us>
 | |
| #### Red badge
 | |
| This will simply display a red badge, without a specific count.
 | |
| </us>
 | |
| 
 | |
| ```html
 | |
| <template>
 | |
| <div id="components-badge-demo-dot">
 | |
|   <a-badge dot>
 | |
|     <a-icon type="notification" />
 | |
|   </a-badge>
 | |
|   <a-badge dot>
 | |
|     <a href="#">Link something</a>
 | |
|   </a-badge>
 | |
| </div>
 | |
| </template>
 | |
| <style scoped>
 | |
| #components-badge-demo-dot .anticon-notification {
 | |
|   width: 16px;
 | |
|   height: 16px;
 | |
|   line-height: 16px;
 | |
|   font-size: 16px;
 | |
| }
 | |
| </style>
 | |
| ```
 |