From 27b1d93a7dae51ecfafc5e007d6051272e79d56b Mon Sep 17 00:00:00 2001 From: sunjiakun Date: Thu, 8 Jun 2023 20:21:40 +0800 Subject: [PATCH] progress borderWidth theme Signed-off-by: sunjiakun --- .../reference/arkui-ts/ts-basic-components-progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-progress.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-progress.md index b38a0b4fcb..ee20b88575 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-progress.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-progress.md @@ -75,9 +75,9 @@ Progress(options: {value: number, total?: number, type?: ProgressType}) | 名称 | 参数类型 | 必填 | 描述 | | ------------- | ------- | ---- | -------- | | borderColor | [ResourceColor](ts-types.md#resourcecolor) | 否 | 内描边颜色。
默认值:'\#33006cde' | -| borderWidth | [Length](ts-types.md#length) | 否 | 内描边宽度。
默认值:1Vp | +| borderWidth | [Length](ts-types.md#length) | 否 | 内描边宽度(不支持百分比设置)。
默认值:1Vp | | content | string | 否 | 文本内容,应用可自定义。 | -| font | [Font](ts-types.md#font) | 否 | 文本样式。
默认值:
- 文本大小:12Fp
其他文本参数跟随text组件的主题值。| +| font | [Font](ts-types.md#font) | 否 | 文本样式。
默认值:
- 文本大小(不支持百分比设置):12Fp
其他文本参数跟随text组件的主题值。| | fontColor | [ResourceColor](ts-types.md#resourcecolor) | 否 | 文本颜色。
默认值:'\#ff182431' | | enableScanEffect | boolean | 否 | 扫光效果的开关。
默认值:false | -- GitLab