diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border.md index 2d5441d184c3f331828db103818578d34dffb25d..217c45b29fbc6cf69244a48441473a163808aa4a 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border.md @@ -15,9 +15,9 @@ | ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | border | {
width?: [Length](ts-types.md#length) \| EdgeWidths9+,
color?:  [ResourceColor](ts-types.md#resourcecolor) \| EdgeColors9+,
radius?:  [Length](ts-types.md#length) \| BorderRadiuses9+,
style?: [BorderStyle](ts-appendix-enums.md#borderstyle) \| EdgeStyles9+
} | 统一边框样式设置接口。
- width:设置边框宽度。
- color:设置边框颜色。
- radius:设置边框圆角半径。
- style:设置边框样式。 | | borderStyle | [BorderStyle](ts-appendix-enums.md#borderstyle) \| EdgeStyles9+ | 设置元素的边框样式。
默认值:BorderStyle.Solid | -| borderWidth | [Length](ts-types.md#length) \| EdgeWidths9+ | 设置元素的边框宽度。 | +| borderWidth | [Length](ts-types.md#length) \| EdgeWidths9+ | 设置元素的边框宽度,不支持百分比。 | | borderColor | [ResourceColor](ts-types.md#resourcecolor) \| EdgeColors9+ | 设置元素的边框颜色。 | -| borderRadius | [Length](ts-types.md#length) \| BorderRadiuses9+ | 设置元素的边框圆角半径。 | +| borderRadius | [Length](ts-types.md#length) \| BorderRadiuses9+ | 设置元素的边框圆角半径,不支持百分比。 | ## EdgeWidths9+对象说明