From 40afcf412aa9fb92cca494d4b2c8d99d51646213 Mon Sep 17 00:00:00 2001 From: liu-xu01 Date: Thu, 24 Feb 2022 16:02:00 +0800 Subject: [PATCH] ACEcommit Signed-off-by: liu-xu01 --- .../entry/src/main/ets/MainAbility/pages/Progress.ets | 2 -- 1 file changed, 2 deletions(-) diff --git a/ace/ace_ets_standard/entry/src/main/ets/MainAbility/pages/Progress.ets b/ace/ace_ets_standard/entry/src/main/ets/MainAbility/pages/Progress.ets index aa00c2309..c8608089f 100644 --- a/ace/ace_ets_standard/entry/src/main/ets/MainAbility/pages/Progress.ets +++ b/ace/ace_ets_standard/entry/src/main/ets/MainAbility/pages/Progress.ets @@ -35,8 +35,6 @@ struct progress_testcase { .color(Color.Blue) .width(50) .height(70) - .circularStyle({ strokeWidth: 10, scaleCount: 2, scaleWidth: 10 }) - .cricularStyle({ strokeWidth: 10, scaleCount: 2, scaleWidth: 10 }) .key('progress') Progress({ value: 20, total: 40, style: ProgressStyle.Eclipse }) -- GitLab