摘要: import { TaskItem } from '../view/TaskItem'import { TaskStatisties } from '../view/TaskStatisties'@Entry@Componentstruct TaskList { @State message: st 阅读全文
posted @ 2025-03-14 16:53 13522679763-任国强 阅读(16) 评论(0) 推荐(0)
摘要: @Entry@Componentstruct StackPage { @State message: string = 'Hello World' build() { Column() { Stack({alignContent:Alignment.TopStart}){ Column(){ }.w 阅读全文
posted @ 2025-03-14 16:51 13522679763-任国强 阅读(7) 评论(0) 推荐(0)
摘要: @Entry@Componentstruct Page05_RelativeContainer { @State message: string = 'Hello World' build() { // RelativeContainer() { // Column(){ // Text('text 阅读全文
posted @ 2025-03-14 16:50 13522679763-任国强 阅读(9) 评论(0) 推荐(0)
摘要: // 内部公共样式@Styles function titleText2(){ .width(100).height(100).backgroundColor(Color.Red).borderRadius(10)}// 定义 Text 组件的扩展样式@Extend(Text) function t 阅读全文
posted @ 2025-03-14 16:49 13522679763-任国强 阅读(11) 评论(0) 推荐(0)