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 aa00c23094211b07a7f0a4cbb3fed9b6baddfea3..c8608089fe51e1988fd305fc49db028b6c2efe76 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 })