From cea4cb6fe90f726b2d1c025c260062a747485f12 Mon Sep 17 00:00:00 2001 From: sfchu Date: Mon, 31 Mar 2025 10:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/constants/Constants.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/constants/Constants.ets b/entry/src/main/ets/constants/Constants.ets index 0846b65..3f26582 100644 --- a/entry/src/main/ets/constants/Constants.ets +++ b/entry/src/main/ets/constants/Constants.ets @@ -37,7 +37,7 @@ export class Constants { /** * The hundred percent of the components */ - static readonly FULL_PERCENT: string = '100%'; + public static readonly FULL_PERCENT: string = '100%'; /** * Video1 button width. -- Gitee