• 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
  • TestPage.ets
  • 预约本地数据 · 70d20fe8
    70d20fe8 Browse Files
    yangchenggong1_wd authored 2024-03-19 17:57:37 +0800
TestPage.ets 115 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12

@Entry
@Component
struct TestPage {

  build() {
    Column() {
    }
    .width('100%')
    .height('100%')
  }
}