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

!19461 【OpenHarmony-3.2-Release】宽高写反了修改

Merge pull request !19461 from songqq0825/OpenHarmony-3.2-Release
......@@ -424,8 +424,8 @@ struct ScaleCapabilitySample {
.border({ width: 2, color: "#66F1CCB8"}) // 边框,仅用于展示效果
}
.backgroundColor("#FFFFFF")
.height(this.sliderWidth)
.width(this.sliderHeight)
.height(this.sliderHeight)
.width(this.sliderWidth)
this.slider()
}.width('100%')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册