王士厅
... ... @@ -5,4 +5,4 @@
/.cxx
/.test
/oh-package-lock.json5
/BuildProfile
\ No newline at end of file
/BuildProfile.ets
\ No newline at end of file
... ...
... ... @@ -66,7 +66,7 @@ export struct Card10Component {
.width(CommonConstants.FULL_WIDTH)
.fontSize($r('app.float.font_size_18'))
.fontWeight(600)
.maxLines(2)
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ bottom: 19 })
.onClick((event: ClickEvent) => {
... ...