• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • pages
  • Test.ets
  • 解决首页pageShow/hide传递给子组件 · 9d4ea21d
    9d4ea21d Browse Files
    zhenghy authored 2024-04-23 18:53:25 +0800
Test.ets 167 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@Preview
@Component
export struct Test {
  build() {
    Column() {
      Row() {
        Text('111')
      }
    }.width('100%')
    .backgroundColor('#cccccc')
  }
}