Browse Source

快速注册

徐勤民 6 tháng trước cách đây
mục cha
commit
460004f7cb
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/main/ets/view/SafeView.ets

+ 3 - 0
src/main/ets/view/SafeView.ets

@@ -80,6 +80,9 @@ export struct SafeView {
 
           Text(`${this.titleText}`)
             .maxLines(1)
+            .fontColor('#11102C')
+            .fontSize(16)
+            .fontWeight(FontWeight.Medium)
             .ellipsisMode(EllipsisMode.CENTER)
             .textOverflow({
               overflow: TextOverflow.Ellipsis