Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: 修改一个错字 #905

Merged
merged 4 commits into from
Aug 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/react-grid/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grid 删格
Grid 栅格
===

[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-grid/file/README.md)
Expand Down Expand Up @@ -160,7 +160,7 @@ const Demo = () => (
ReactDOM.render(<Demo />, _mount_);
```

### 24删格
### 24栅格

可以通过指定 `24` 列中每列的宽度来创建基本网格系统。

Expand Down Expand Up @@ -243,4 +243,4 @@ ReactDOM.render(<Demo />, _mount_);
|--------- |-------- |--------- |-------- |
| fixed | 如果为 `true`,则列宽固定为其内容的宽度 | boolean | - |
| grow | 列的宽度相对于同一网格中其他列的比率 | number | - |
| align | 网格中列的对齐方式 | Enum{`top`, `middle`, `bottom`, `baseline`} | - |
| align | 网格中列的对齐方式 | Enum{`top`, `middle`, `bottom`, `baseline`} | - |
2 changes: 1 addition & 1 deletion website/src/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{ "name": "Button 按钮", "path": "button" },
{ "divider": true, "name": "布局" },
{ "name": "Divider 分割线", "path": "divider" },
{ "name": "Grid 删格", "path": "grid" },
{ "name": "Grid 栅格", "path": "grid" },
{ "name": "Layout 布局", "path": "layout" },
{ "name": "Split 面板分割", "path": "Split" },
{ "divider": true, "name": "表单" },
Expand Down