未验证 提交 ac556068 编写于 作者: O openharmony_ci 提交者: Gitee

!23216 问题修改同步ohos

Merge pull request !23216 from LiAn/master
......@@ -279,7 +279,7 @@ export struct TaskSwitchMainPage {
.translate({ x: this.cardOffset })
.animation({ curve: curves.springMotion() })
.zIndex((this.getProgress(index) >= 0.4 && this.getProgress(index) <= 0.6) ? 2 : 1)
}, item => item)
}, item => item.index)
}
.width((this.cardWidth + this.cardSpace) * (taskDataArr.length + 1))
.height('100%')
......
......@@ -28,7 +28,7 @@ Button('click for Menu')
## 创建自定义样式的菜单
当默认样式不满足开发需求时,可使用\@CustomBuilder自定义菜单内容。可通过bindMenu接口进行菜单的自定义。
当默认样式不满足开发需求时,可使用[\@Builder](../quick-start/arkts-builder.md)自定义菜单内容。可通过bindMenu接口进行菜单的自定义。
### \@Builder开发菜单内的内容
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册