From 4d0c81dc31166657a2afde33bc409287e19ebfba Mon Sep 17 00:00:00 2001 From: yangziyong Date: Tue, 30 Apr 2024 14:02:45 +0800 Subject: [PATCH] fix: delete des of progressConfiguration Signed-off-by: yangziyong --- .../apis-arkui/arkui-ts/ts-basic-components-progress.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-progress.md b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-progress.md index 3755b6ea3b..ff20b4595e 100644 --- a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-progress.md +++ b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-basic-components-progress.md @@ -142,10 +142,10 @@ contentModifier(modifier:ContentModifier\) | modifier | [ContentModifier\](#progressconfiguration12) | 是 | 在progress组件上,定制内容区的方法。
modifier: 内容修改器,开发者需要自定义class实现ContentModifier接口。 | ## ProgressConfiguration12+ -| 名称 | 参数类型 | 必填 | 描述 | -| ------ | ------ | ---- | ------------ | -| value | number | 是 | 当前进度值。 | -| total | number | 是 | 进度总长。 | +| 名称 | 参数类型 | 描述 | +| ------ | ------ | ------------| +| value | number | 当前进度值。 | +| total | number | 进度总长。 | ## ProgressStyleOptions8+ | 名称 | 参数类型 | 必填 | 描述 | | ------------ | ---------------------------- | ---- | ------------------------------------------------------------------------------------------ | -- Gitee