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

使用WaterMark实现多行水印 #2457

Closed
cheung1984 opened this issue Jul 19, 2024 · 0 comments · Fixed by #2477
Closed

使用WaterMark实现多行水印 #2457

cheung1984 opened this issue Jul 19, 2024 · 0 comments · Fixed by #2477

Comments

@cheung1984
Copy link

NutUI React 包名

@nutui/nutui-react

NutUI React 版本号

2.5.2

平台

weapp

重现链接

请见下面代码片段

重现步骤

<WaterMark
zIndex={200}
content={'1234567890'}
rotate={0}
height={48}
gapY={70}
width={180}
/>
<WaterMark
zIndex={200}
content={"处方药"}
rotate={0}
gapY={50}
height={24}
width={200}
/>

期望的结果是什么?

2行水印间距一致

实际的结果是什么?

image

环境信息

No response

其他补充信息

No response

@xiaoyatong xiaoyatong linked a pull request Jul 23, 2024 that will close this issue
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant