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

!21312 翻译完成 21019:示例代码中border属性单位值删除

Merge pull request !21312 from ester.zhou/TR-21012
......@@ -88,7 +88,7 @@ struct BorderExample {
.width(300)
.height(300)
.border({
width: { left: '5lpx', right: '10lpx', top: '20lpx', bottom: '30lpx' },
width: { left: 3, right: 6, top: 10, bottom: 15 },
color: { left: '#e3bbbb', right: Color.Blue, top: Color.Red, bottom: Color.Green },
radius: { topLeft: 10, topRight: 20, bottomLeft: 40, bottomRight: 80 },
style: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册