王士厅
@@ -5,4 +5,4 @@ @@ -5,4 +5,4 @@
5 /.cxx 5 /.cxx
6 /.test 6 /.test
7 /oh-package-lock.json5 7 /oh-package-lock.json5
8 -/BuildProfile  
  8 +/BuildProfile.ets
@@ -66,7 +66,7 @@ export struct Card10Component { @@ -66,7 +66,7 @@ export struct Card10Component {
66 .width(CommonConstants.FULL_WIDTH) 66 .width(CommonConstants.FULL_WIDTH)
67 .fontSize($r('app.float.font_size_18')) 67 .fontSize($r('app.float.font_size_18'))
68 .fontWeight(600) 68 .fontWeight(600)
69 - .maxLines(2) 69 + .maxLines(1)
70 .textOverflow({ overflow: TextOverflow.Ellipsis }) 70 .textOverflow({ overflow: TextOverflow.Ellipsis })
71 .margin({ bottom: 19 }) 71 .margin({ bottom: 19 })
72 .onClick((event: ClickEvent) => { 72 .onClick((event: ClickEvent) => {