Files
Situation-Awareness-Platfor…/src/components/GAvatar
2025-03-12 18:41:20 +08:00
..
2025-03-12 18:41:20 +08:00
2025-03-12 18:41:20 +08:00

说明

基于 d-avatar封装,src 加载失败或为空时时,取 name首字符大写进行展示;

Props

参数 说明 类型 可选值 默认值
src 头像地址,必传 string ''
name 必传; 传入字符串src load-error 时,取首字母制作头像 string 'Avatar'
width 宽度,可选 number 40
height 高度,可选 number 40
is_round 是否显示为圆形 boolean true