yangchenggong1_wd

fix:bug[17460] 预约列表的文字描述与文字大小样式鸿蒙与安卓不一致

@@ -29,7 +29,7 @@ export struct AppointmentListUI { @@ -29,7 +29,7 @@ export struct AppointmentListUI {
29 build() { 29 build() {
30 Column() { 30 Column() {
31 //标题栏目 31 //标题栏目
32 - CustomTitleUI({ titleName: "预约列表" }) 32 + CustomTitleUI({ titleName: "我的预约" })
33 if (this.count == 0) { 33 if (this.count == 0) {
34 if (this.isGetRequest == true) { 34 if (this.isGetRequest == true) {
35 EmptyComponent({ emptyType: 10 }) 35 EmptyComponent({ emptyType: 10 })
@@ -26,7 +26,6 @@ export struct CustomTitleUI { @@ -26,7 +26,6 @@ export struct CustomTitleUI {
26 } 26 }
27 27
28 Text(this.titleName) 28 Text(this.titleName)
29 - .height('42lpx')  
30 .maxLines(1) 29 .maxLines(1)
31 .id("title") 30 .id("title")
32 .fontSize('35lpx') 31 .fontSize('35lpx')