From 7f2343d38fa048f6ce179ea0ab2c1a04f41a213c Mon Sep 17 00:00:00 2001 From: wwf <1971391498@qq.com> Date: 星期四, 09 十月 2025 18:05:11 +0800 Subject: [PATCH] 功能完善 --- entry/src/main/ets/pages/account/PersonVitae.ets | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/entry/src/main/ets/pages/account/PersonVitae.ets b/entry/src/main/ets/pages/account/PersonVitae.ets new file mode 100644 index 0000000..e57b128 --- /dev/null +++ b/entry/src/main/ets/pages/account/PersonVitae.ets @@ -0,0 +1,25 @@ +@Entry +@Component +export struct CourseCollection { + build() { + Column() { + Row() { + Image($r('app.media.left_icon')) + .width(20) + .height(20) + Text('涓汉绠�鍘�') + .fontSize(18) + .fontWeight(700) + Row() + } + .width('100%') + .padding(10) + .justifyContent(FlexAlign.SpaceBetween) + + Divider() + + Image($r('app.media.person_vitae')) + .width('100%') + } + } +} \ No newline at end of file -- Gitblit v1.8.0