“9c0eef4f36c02dfdfd40bf9ce68caab8bd308eac”上不存在“...reference/apis/js-apis-file-environment.md”
未验证 提交 dc225f8a 编写于 作者: O openharmony_ci 提交者: Gitee

!19462 【master】宽高写反了修改

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