微信小程序<open-data>头像圆角

971 阅读1分钟

小程序直接拿到用户头像设置圆形头像,需要使用 overflow: hidden

border-radius: 50%;
overflow: hidden;