鸿蒙布局>stack
Preview
Component
struct Stacks {build() {Stack() {// 2. 左上角 ViewText(左上).width(60).height(60).backgroundColor(#4ECDC4) // 颜色.textAlign(TextAlign.Center).fontColor(Color.White)// 关键定位代码:左上角.position({ x: 10, y: 10 })// 3. 右上角 …
2026/7/7 16:44:25