modify doc files

Signed-off-by: wuyiwuyiwywy <wuyi64@huawei.com>
This commit is contained in:
wuyiwuyiwywy 2023-08-03 17:11:13 +08:00
parent 4c4afa862e
commit 5205c8f561
3 changed files with 10 additions and 10 deletions

View File

@ -197,7 +197,7 @@ struct Index {
}
```
![20230728-111325(WeLinkPC)](figures/20230728-111325(WeLinkPC).png)
![20230728-111325](figures/20230728-111325.png)
### 示例2
@ -263,7 +263,7 @@ dialogControllerList: CustomDialogController = new CustomDialogController({
}
```
![20230728-101201(WeLinkPC)](figures/20230728-101201(WeLinkPC).png)
![20230728-101201](figures/20230728-101201.png)
### 示例3
@ -318,7 +318,7 @@ dialogControllerCheckBox: CustomDialogController = new CustomDialogController({
}
```
![20230728-101236(WeLinkPC)](figures/20230728-101236(WeLinkPC).png)
![20230728-101236](figures/20230728-101236.png)
### 示例4
@ -370,7 +370,7 @@ dialogControllerConfirm: CustomDialogController = new CustomDialogController({
}
```
![20230728-101355(WeLinkPC)](figures/20230728-101355(WeLinkPC).png)
![20230728-101355](figures/20230728-101355.png)
### 示例5
@ -411,4 +411,4 @@ dialogControllerProgress: CustomDialogController = new CustomDialogController({
}
```
![20230728-101306(WeLinkPC)](figures/20230728-101306(WeLinkPC).png)
![20230728-101306](figures/20230728-101306.png)

View File

@ -160,7 +160,7 @@ struct ComposeListItemExample {
```
![示例2-左侧元素+文本](figures/示例2-左侧元素+文本.PNG)
![示例2-左侧元素+文本](figures/zh-cn_image_2023072904.PNG)
## 示例3-右侧元素
@ -196,7 +196,7 @@ struct ComposeListItemExample {
```
![示例3-右侧元素](figures/示例3-右侧元素.PNG)
![示例3-右侧元素](figures/zh-cn_image_2023072905.PNG)
## 示例4-左右元素+文本
@ -237,4 +237,4 @@ struct ComposeListItemExample {
}
```
![示例4-左右元素+文本](figures/示例4-左右元素+文本.PNG)
![示例4-左右元素+文本](figures/zh-cn_image_2023072906.PNG)

View File

@ -32,8 +32,8 @@ TabTitleBar({tabItems: Array&lt;TabTitleBarTabItem&gt;, menuItems?: Array&lt;Tab
| 参数名 | 参数类型 | 必选 | 装饰器类型 | 参数描述 |
| -------- | -------- | -------- | -------- | -------- |
| tabItems | Array_&lt;_[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001665635385.xml#xref77363764816,link:zh-cn_topic_0000001658503585.xml#section151512317614](zh-cn_topic_0000001658503585.xml#section151512317614)_&gt;_ | 是 | - | 左侧页签项目列表,定义标题栏左侧的页签项目。 |
| menuItems | Array_&lt;_[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001665635385.xml#xref1873737124811,link:zh-cn_topic_0000001658503585.xml#section5189124910420](zh-cn_topic_0000001658503585.xml#section5189124910420)_&gt;_ | 否 | - | 右侧菜单项目列表,定义标题栏右侧的菜单项目 |
| tabItems | Array&lt;TabTitleBarTabItem&gt; | 是 | - | 左侧页签项目列表,定义标题栏左侧的页签项目。 |
| menuItems | Array&lt;TabTitleBarMenuItem&gt; | 否 | - | 右侧菜单项目列表,定义标题栏右侧的菜单项目 |
| swiperContent | ()&nbsp;=&gt;&nbsp;void | 否 | \@BuilderParam | 页签列表关联的页面内容构造器 |