We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nutui/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行水印间距一致
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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行水印间距一致
实际的结果是什么?
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: