From f590a575c088a68b5717f6b8d98721ceae0ba57a Mon Sep 17 00:00:00 2001 From: wangjinyi <18071094885@163.com> Date: Thu, 1 Aug 2024 15:02:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IAD5FB]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-indicators=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-indicators.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/react-native-indicators.md b/zh-cn/react-native-indicators.md index f10bba7d..cd834c6b 100644 --- a/zh-cn/react-native-indicators.md +++ b/zh-cn/react-native-indicators.md @@ -235,7 +235,7 @@ const styles = { | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | | color | Component color | String | NO | ALL | YES | -| trackWidth | Indicator track width | Number | NO | ALL | YES | +| count | Component count | Number | NO | ALL | YES | | size | Base component size | Number | NO | ALL | YES | | minScale | Minimum component scale | Number | NO | ALL | YES | | maxScale | Maximum component scale | Number | NO | ALL | YES | @@ -245,7 +245,7 @@ const styles = { | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | | color | Component color | String | NO | ALL | YES | -| trackWidth | Indicator track width | Number | NO | ALL | YES | +| count | Component count | Number | NO | ALL | YES | | size | Base component size | Number | NO | ALL | YES | ### WaveIndicator @@ -253,7 +253,7 @@ const styles = { | Name | Description | Type | Required | Platform | HarmonyOS Support | | ---- | ----------- | ---- | -------- | -------- | ------------------ | | color | Component color | String | NO | ALL | YES | -| trackWidth | Indicator track width | Number | NO | ALL | YES | +| count | Component count | Number | NO | ALL | YES | | size | Base component size | Number | NO | ALL | YES | | waveFactor | Wave base number | Number | NO | ALL | YES | | waveMode | Wave appearance | String | NO | ALL | YES | -- Gitee