如何在库react-rainbow-component中手动自定义头像的大小?

问题描述

如何在库react-rainbow-component中手动自定义头像的大小?我使用了大小道具并将其设置为大,但对我来说太小了,因此我想将其设置为自定义大小。

解决方法

您可以使用classNamestyle道具来自定义尺寸,例如使用style

<Avatar
    style={{width: 100,height: 100}}
    src="images/user/user1.jpg"
    title=“John Doe" />

您可以在此处查看示例 https://react-rainbow.io/#!/Avatar/9

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...