Skip to content

Commit 43784b5

Browse files
ffff
authored andcommitted
docs: 去除checkbox文档图片样式
1 parent 62a373a commit 43784b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/CheckBox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CheckBox 复选框
55

66
### 基础示例
77

8-
![](https://user-images.githubusercontent.com/66067296/137703908-c4370f9c-fce7-423a-abd7-7951d5a48d06.png)<!--rehype:style=zoom: 33%;float: right; margin-left: 15px;-->
8+
![](https://user-images.githubusercontent.com/66067296/137703908-c4370f9c-fce7-423a-abd7-7951d5a48d06.png)
99

1010
```jsx
1111
import { CheckBox } from '@uiw/react-native';

packages/core/src/Layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Layout.Footer = Footer;
207207
Layout.Card = Card;
208208

209209
Footer.defaultProps = {
210-
copyright: 'uiw © 2017 React Native UIW',
210+
copyright: 'uiw © 2023 React Native UIW',
211211
isShowCopyRight: true,
212212
};
213213

0 commit comments

Comments
 (0)