HarmonyOS stack设置圆角不生效

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

参考代码

@Entry
@Component
struct StackExample {
  build() {
    Stack({ alignContent: Alignment.Center }) {
      Text('First child, show in bottom').width('90%').height('80%').backgroundColor(0xd2cab3).align(Alignment.Top)
      Text('Second child, show in top').width('70%').height('60%').backgroundColor(0xc1cbac).align(Alignment.Top)
    }.width('100%').height(150).margin({ top: 300 }).borderRadius(33).backgroundColor(Color.Red)
  }
}
分享
微博
QQ
微信
回复
3h前
相关问题
ConstraintSize尺寸设置生效
2373浏览 • 1回复 待解决
HarmonyOS Panel 设置 borderRadius 生效
686浏览 • 1回复 待解决
HarmonyOS Badge文本颜色设置生效
262浏览 • 1回复 待解决
通过WindowProperties设置属性生效
2144浏览 • 1回复 待解决
HarmonyOS 设置了icon和label生效
314浏览 • 1回复 待解决
Tab 设置 barBackgroundColor为透明生效
288浏览 • 1回复 待解决
HarmonyOS margin生效
613浏览 • 1回复 待解决
List组件的initialIndex属性设置生效
2248浏览 • 1回复 待解决
HarmonyOS expandSafeArea生效
287浏览 • 1回复 待解决