Skip to content

Commit 05ec71c

Browse files
committed
docs: 调整使用图片做预览的样式
1 parent 8d909d6 commit 05ec71c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/core/src/DragDrawer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DragDrawer 拖曳抽屉
22
---
33

4-
![](https://user-images.githubusercontent.com/66067296/143187302-bee614b4-7799-49d1-9cab-470ad8228372.gif)
4+
<img src="https://user-images.githubusercontent.com/66067296/143187302-bee614b4-7799-49d1-9cab-470ad8228372.gif" style="width:300px;height:620px"/>
55

66
可自定义拖曳抽屉高度。
77

packages/core/src/Empty/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Empty 空状态
33

44
空状态时的展示占位图。
55

6-
![](https://user-images.githubusercontent.com/66067296/137707848-8603fc59-3904-437d-9908-53cd621a1a0e.png)
6+
<img src="https://user-images.githubusercontent.com/66067296/137707848-8603fc59-3904-437d-9908-53cd621a1a0e.png" style="width:300px;height:620px"/>
77

88
### 基础示例
99

10-
<!--DemoStart-->
10+
<!--DemoStart-->
1111
```js
1212
import { Empty } from '@uiw/react-native';
1313

@@ -24,7 +24,7 @@ export default Demo
2424

2525
### 自定义文字
2626

27-
<!--DemoStart-->
27+
<!--DemoStart-->
2828
```js
2929
import { Empty } from '@uiw/react-native';
3030

@@ -41,7 +41,7 @@ export default Demo
4141

4242
### 替换默认图标
4343

44-
<!--DemoStart-->
44+
<!--DemoStart-->
4545
```js
4646
import { Empty } from '@uiw/react-native';
4747

@@ -82,7 +82,7 @@ export default Demo
8282

8383
### 自定义图标尺寸
8484

85-
<!--DemoStart-->
85+
<!--DemoStart-->
8686
```js
8787
import { Empty } from '@uiw/react-native';
8888

@@ -99,7 +99,7 @@ export default Demo
9999

100100
### 自定义文字样式
101101

102-
<!--DemoStart-->
102+
<!--DemoStart-->
103103
```js
104104
import { Empty } from '@uiw/react-native';
105105

@@ -116,7 +116,7 @@ export default Demo
116116

117117
### 提示更多内容
118118

119-
<!--DemoStart-->
119+
<!--DemoStart-->
120120
```js
121121
import { Empty } from '@uiw/react-native';
122122
import {View, Text } from 'react-native';

packages/core/src/SwipeAction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SwipeAction 滑动操作组件。
22
---
33
结合手势操作,从屏幕一侧唤出操作。
44

5-
![](https://user-images.githubusercontent.com/57083007/146733663-6c83fca4-72df-424d-8364-47533f57ece6.gif)
5+
<img src="https://user-images.githubusercontent.com/57083007/146733663-6c83fca4-72df-424d-8364-47533f57ece6.gif" style="width:300px;height:620px"/>
66

77
### 基础示例
88

0 commit comments

Comments
 (0)