From 9838df2f4384cb39fbf4efef5e27c4c61480ad0a Mon Sep 17 00:00:00 2001 From: luoying_ace_admin Date: Wed, 14 Sep 2022 11:24:59 +0800 Subject: [PATCH] fix doc Signed-off-by: luoying_ace_admin --- zh-cn/application-dev/reference/arkui-ts/ts-types.md | 10 +--------- .../arkui-ts/ts-universal-attributes-click.md | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-types.md b/zh-cn/application-dev/reference/arkui-ts/ts-types.md index 7a409860c4..ea78135216 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-types.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-types.md @@ -18,14 +18,6 @@ filename:工程中resources/rawfile目录下的文件名称。 - | 名称 | 类型 | 可读 | 可写 | 说明 | - | ----------------------- | ------ | ---- | ---- | ---------- | - | id | number | 是 | 否 | 资源id值。 | - | type | number | 是 | 否 | 资源类型。 | - | params | any[] | 是 | 否 | 资源可选参数 | - | bundleName9+ | string | 是 | 否 | 资源包名称。 | - | moduleName9+ | string | 是 | 否 | 资源模块名称。| - ## Length 长度类型,用于描述尺寸单位。 @@ -148,7 +140,7 @@ | ------ | ------------- | ---- | ----------- | | width | Length | 否 | 边框宽度。 | | color | ResourceColor | 否 | 边框颜色。 | -| radius | Length | 否 | 边框角度。 | +| radius | Length | 否 | 边框圆角半径。 | | style | [BorderStyle](ts-appendix-enums.md#borderstyle) | 否 | 边框样式。 | ## CustomBuilder8+ diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-click.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-click.md index f4f688c4c3..a73d8e7cf8 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-click.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-click.md @@ -14,7 +14,7 @@ | **名称** | **参数类型** | **默认值** | **描述** | | --------- | -------- | ------- | -------------- | -| touchable | boolean | true | 设置当前组件是否可以被触摸。 | +| touchable | boolean | true | 设置当前组件是否可以响应点击事件、触摸事件等手指交互事件。 | ## 示例 -- GitLab