From 460004f7cb6f69e4bfb07cf618dae1c347097448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Thu, 17 Oct 2024 18:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/ets/view/SafeView.ets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/ets/view/SafeView.ets b/src/main/ets/view/SafeView.ets index ba8f359..76133d9 100644 --- a/src/main/ets/view/SafeView.ets +++ b/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