diff --git a/docs/component/uniui/uni-card.md b/docs/component/uniui/uni-card.md
index 7043cff4868f2948e57b8799a607d06170ca8093..2daaeef07d36408dbb3cd62ede5a2b75a879e0ae 100644
--- a/docs/component/uniui/uni-card.md
+++ b/docs/component/uniui/uni-card.md
@@ -58,22 +58,23 @@
```html
-
这是一个带封面和操作栏的卡片示例,此示例展示了封面插槽和操作栏插槽的用法。
-
-
-
- 分享
+
+
+
+
+ 分享
+
+
+
+ 点赞
+
+
+
+ 评论
+
-
-
- 点赞
-
-
-
- 评论
-
-
+
```
diff --git a/docs/component/uniui/uni-list.md b/docs/component/uniui/uni-list.md
index b156932e39e6101d0fa99ae7a11304eb2df88265..825104bbd4a7fb0eb6ca39ea24a1a4edf594dead 100644
--- a/docs/component/uniui/uni-list.md
+++ b/docs/component/uniui/uni-list.md
@@ -256,17 +256,21 @@ switchTab|同 uni.switchTab()
```html
-
+
-
+
+
+
- 自定义插槽
+
+ 自定义插槽
+
-
+
diff --git a/docs/component/uniui/uni-nav-bar.md b/docs/component/uniui/uni-nav-bar.md
index 9eef2c68ba942e6a936db4c25cb9fb9d7f938826..3f4de65093d9c761a63c45e2e04ee135668e7e0e 100644
--- a/docs/component/uniui/uni-nav-bar.md
+++ b/docs/component/uniui/uni-nav-bar.md
@@ -119,8 +119,8 @@ Tips:
### NavBar Slots
-
支持向 NavBar 里插入不同内容,以达到自定义的目的。
+
|slot名 |说明|
|:-:|:-:|
|default|向导航栏中间插入 |
@@ -130,8 +130,8 @@ Tips:
```html
标题栏
- left
- right
+ left
+ right
```
diff --git a/docs/component/uniui/uni-search-bar.md b/docs/component/uniui/uni-search-bar.md
index f2c098ab55e4402162b176f585e82be087f1b5d4..d302f7e9d8562719bde4a4d4b8d19dccfb92d517 100644
--- a/docs/component/uniui/uni-search-bar.md
+++ b/docs/component/uniui/uni-search-bar.md
@@ -60,12 +60,17 @@
```html
-
+
+
+
- X
+
+
+ X
+
```