@@ -17,28 +17,30 @@ Avatar group display.
1717
1818<template >
1919 <a-avatar-group >
20- <a-avatar src =" https://joeschmoe.io/api/v1/random" />
21- <a-avatar style =" background-color : #f56a00 " >K</a-avatar >
20+ <a-avatar src =" https://xsgames.co/randomusers/avatar.php?g=pixel&key=1" />
21+ <a href =" https://www.antdv.com" >
22+ <a-avatar style =" background-color : #f56a00 " >K</a-avatar >
23+ </a >
2224 <a-tooltip title =" Ant User" placement =" top" >
2325 <a-avatar style =" background-color : #87d068 " >
2426 <template #icon ><UserOutlined /></template >
2527 </a-avatar >
2628 </a-tooltip >
2729 <a-avatar style =" background-color : #1890ff " >
28- <template #icon ><UserOutlined /></template >
30+ <template #icon ><AntDesignOutlined /></template >
2931 </a-avatar >
3032 </a-avatar-group >
3133 <a-divider />
3234 <a-avatar-group :max-count =" 2" :max-style =" { color: '#f56a00', backgroundColor: '#fde3cf' }" >
33- <a-avatar src =" https://joeschmoe.io/api/v1/random " />
35+ <a-avatar src =" https://xsgames.co/randomusers/avatar.php?g=pixel&key=2 " />
3436 <a-avatar style =" background-color : #1890ff " >K</a-avatar >
3537 <a-tooltip title =" Ant User" placement =" top" >
3638 <a-avatar style =" background-color : #87d068 " >
3739 <template #icon ><UserOutlined /></template >
3840 </a-avatar >
3941 </a-tooltip >
4042 <a-avatar style =" background-color : #1890ff " >
41- <template #icon ><UserOutlined /></template >
43+ <template #icon ><AntDesignOutlined /></template >
4244 </a-avatar >
4345 </a-avatar-group >
4446 <a-divider />
@@ -50,19 +52,50 @@ Avatar group display.
5052 backgroundColor: '#fde3cf',
5153 }"
5254 >
53- <a-avatar src =" https://joeschmoe.io/api/v1/random " />
55+ <a-avatar src =" https://xsgames.co/randomusers/avatar.php?g=pixel&key=3 " />
5456 <a-avatar style =" background-color : #1890ff " >K</a-avatar >
5557 <a-tooltip title =" Ant User" placement =" top" >
5658 <a-avatar style =" background-color : #87d068 " >
5759 <template #icon ><UserOutlined /></template >
5860 </a-avatar >
5961 </a-tooltip >
6062 <a-avatar style =" background-color : #1890ff " >
61- <template #icon ><UserOutlined /></template >
63+ <template #icon ><AntDesignOutlined /></template >
64+ </a-avatar >
65+ </a-avatar-group >
66+ <a-divider />
67+ <a-avatar-group
68+ :max-count =" 2"
69+ max-popover-trigger =" click"
70+ size =" large"
71+ :max-style =" { color: '#f56a00', backgroundColor: '#fde3cf', cursor: 'pointer' }"
72+ >
73+ <a-avatar src =" https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png" />
74+ <a-avatar style =" background-color : #f56a00 " >K</a-avatar >
75+ <a-tooltip title =" Ant User" placement =" top" >
76+ <a-avatar style =" background-color : #87d068 " >
77+ <template #icon ><UserOutlined /></template >
78+ </a-avatar >
79+ </a-tooltip >
80+ <a-avatar style =" background-color : #1890ff " >
81+ <template #icon ><AntDesignOutlined /></template >
82+ </a-avatar >
83+ </a-avatar-group >
84+ <a-divider />
85+ <a-avatar-group shape =" square" >
86+ <a-avatar style =" background-color : #fde3cf " >A</a-avatar >
87+ <a-avatar style =" background-color : #f56a00 " >K</a-avatar >
88+ <a-tooltip title =" Ant User" placement =" top" >
89+ <a-avatar style =" background-color : #87d068 " >
90+ <template #icon ><UserOutlined /></template >
91+ </a-avatar >
92+ </a-tooltip >
93+ <a-avatar style =" background-color : #1890ff " >
94+ <template #icon ><AntDesignOutlined /></template >
6295 </a-avatar >
6396 </a-avatar-group >
6497</template >
6598
6699<script lang="ts" setup>
67- import { UserOutlined } from ' @ant-design/icons-vue' ;
100+ import { UserOutlined , AntDesignOutlined } from ' @ant-design/icons-vue' ;
68101 </script >
0 commit comments