Skip to content
On this page

Avatar 头像

基本使用

template
<c-avatar :src="scr" size="160" round />
<c-avatar-text text="A" size="160" />

圆角值

template
<c-avatar :src="scr" radius="s" />
<c-avatar :src="scr" radius="l" />
<c-avatar :src="scr" radius="10" />
<c-avatar :src="scr" round />
<c-avatar :src="scr" radius="xs s m l" />
<c-avatar-text text="A" radius="xs s m l" />

API

Avatar Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsAvatarPropsundefined全部 props 。 使用说明
image-propsImagePropsundefinedCAvatar 组件是引用 CImage 实现的。ImageProps
srcstringundefined图片资源地址
sizestring | numberundefined大小。
radiusstring | numberundefined圆角值。 使用说明
roundbooleanundefined是否显示为圆形

AvatarText Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsAvatarTextPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
colorstringundefined背景颜色。 使用说明
textstringundefined头像文字
text-colorstringundefined头像文字的颜色。使用说明
text-propsTextPropsundefinedTextProps
sizestring | numberundefined头像大小。使用说明
radiusstring | numberundefined圆角值。 使用说明
roundbooleanundefined是否显示为圆形