Skip to content

Commit

Permalink
Deploying to main from @ hellof2e/quark-design@1b37564 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqi9675 committed Dec 26, 2023
1 parent 1e291b5 commit 8315afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/docs_react/docs/watermark/doc-react.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ this.$refs.watermark.setText(["quark-design", "A component library"]);
| width | watermark width | `string` or `number` | `120` |
| height | watermark height | `string` or `number` | `64` |
| rotate | The rotation angle when drawing the watermark,unit ° | `string` or `number` | `-22` |
| fontSize | text size | `string` or `number` | `14` |
| fontColor | text color | `string` | `rgba(0, 0, 0, .15)` |
| fontsize | text size | `string` or `number` | `14` |
| fontcolor | text color | `string` | `rgba(0, 0, 0, .15)` |
| gapx | horizontal spacing between watermarks | `string` or `number` | `24` |
| gapy | vertical spacing between watermarks | `string` or `number` | `48` |

Expand Down
4 changes: 2 additions & 2 deletions src/docs_react/docs/watermark/doc-react.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ this.$refs.watermark.setText(["quark-design", "A component library"]);
| width | 水印宽度 | `string` or `number` | `120` |
| height | 水印高度 | `string` or `number` | `64` |
| rotate | 水印绘制时,旋转的角度,单位 ° | `string` or `number` | `-22` |
| fontSize | 文字大小 | `string` or `number` | `14` |
| fontColor | 文字颜色 | `string` | `rgba(0, 0, 0, .15)` |
| fontsize | 文字大小 | `string` or `number` | `14` |
| fontcolor | 文字颜色 | `string` | `rgba(0, 0, 0, .15)` |
| gapx | 水印之间的水平间距 | `string` or `number` | `24` |
| gapy | 水印之间的垂直间距 | `string` or `number` | `48` |

Expand Down

0 comments on commit 8315afd

Please sign in to comment.