HarmonyOS Row()为什么不能添加圆角

HarmonyOS
17h前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
Excelsior_abit

可以设置borderRadius属性,就可以设置圆角了,参考demo:

Row()
  .width(100)
  .height(100)
  .backgroundColor("#ffea0c0c")
  .borderRadius("50")

参考链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-universal-attributes-border-V5#borderradius

分享
微博
QQ
微信
回复
15h前
相关问题
不能报名公测为什么
7119浏览 • 1回复 待解决
Harmony手表为什么不能安装apk啊?
3749浏览 • 1回复 待解决
为什么文章不能评论,有问题交流
4648浏览 • 1回复 待解决
为什么不能模拟加密门禁卡
6853浏览 • 1回复 待解决
@Prop 为什么不能提供默认值啊?
2110浏览 • 1回复 待解决