Skip to content

fix align docs #33

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

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
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: 2 additions & 4 deletions zh-cn/align.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
你可以为文字,图片,矩形,二维码设置边框。

| 属性 | 属性 | 说明 | 默认 |
| ------------ | ------ | -------------------------------------------------------------- | ---------------------- |
| borderWidth | String | 边界宽度,外边界 | 必设值,否则无边框效果 |
| borderRadius | String | 边界圆角程度,如果是正方形布局,该属性为一半宽或高时,则为圆形 | 0 |
| borderColor | String | 边框颜色 | black |
| ------------ | ------ | ------------------------------------------------------------ | --------------------- |
| align | String | 对齐方式,`left` `center` `right` | 非必填,默认为 `left` |

#### 举例

Expand Down