瀏覽代碼

快速注册

徐勤民 6 月之前
父節點
當前提交
460004f7cb
共有 1 個文件被更改,包括 3 次插入0 次删除
  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