bug修复

This commit is contained in:
xiaoxiao
2025-08-01 10:18:52 +08:00
parent 7618c0337d
commit 0253493285
19 changed files with 1340 additions and 32 deletions
@@ -11,7 +11,9 @@ export struct MyPageSectionItem {
.width(24).height(24)
.objectFit(ImageFit.Auto)
Text(this.sectionItem.title)
.fontSize(14)
.maxFontSize(14)
.minFontSize(6)
.maxLines(1)
.fontColor('#333333')
.margin({ top: 10 })
}.width('100%')