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

!20771 对sidebar更新demo代码及图例

Merge pull request !20771 from tengfan/sidebar_0711
...@@ -127,8 +127,6 @@ struct SideBarContainerExample { ...@@ -127,8 +127,6 @@ struct SideBarContainerExample {
}.width('100%') }.width('100%')
.justifyContent(FlexAlign.SpaceEvenly) .justifyContent(FlexAlign.SpaceEvenly)
.backgroundColor('#19000000') .backgroundColor('#19000000')
Column() { Column() {
Text('SideBarContainer content text1').fontSize(25) Text('SideBarContainer content text1').fontSize(25)
Text('SideBarContainer content text2').fontSize(25) Text('SideBarContainer content text2').fontSize(25)
...@@ -148,6 +146,7 @@ struct SideBarContainerExample { ...@@ -148,6 +146,7 @@ struct SideBarContainerExample {
.onChange((value: boolean) => { .onChange((value: boolean) => {
console.info('status:' + value) console.info('status:' + value)
}) })
.divider({strokeWidth: '1vp', color: Color.Gray, startMargin: '4vp', endMargin: '4vp'})
} }
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册