docs: the default value of textAlign in watermark-cn (#51212)

Co-authored-by: aojunhao123 <aojunhao123@users.noreply.github.com>
This commit is contained in:
BKou 2024-10-12 15:45:27 +08:00 committed by GitHub
parent b8478e7e82
commit 3e4135b0c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ tag: 5.1.0
| fontWeight | 字体粗细 | `normal` \| `light` \| `weight` \| number | normal | |
| fontFamily | 字体类型 | string | sans-serif | |
| fontStyle | 字体样式 | `none` \| `normal` \| `italic` \| `oblique` | normal | |
| textAlign | 指定文本对齐方向 | [CanvasTextAlign](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) | 5.10.0 |
| textAlign | 指定文本对齐方向 | [CanvasTextAlign](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) | `center` | 5.10.0 |
## 主题变量Design Token