mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
docs: the default value of textAlign in watermark-cn (#51212)
Co-authored-by: aojunhao123 <aojunhao123@users.noreply.github.com>
This commit is contained in:
parent
b8478e7e82
commit
3e4135b0c0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user