Skip to content
On this page

Watermark 水印组件

基础用法

基础的水印用法

配置项

使用配置的水印 使用 options 配置项,来更改水印的角度(rotate) 间隔(textWidth, textHeight) 颜色(textColor) 透明度(opacity), 文字内容使用 content 来更改

多行水印(最多支持两行)

应用案例

Watermark API

Watermark 属性

属性名说明类型可选值默认值
width水印的宽度string-----------100vw
height水印的高度string-----------100vh
options水印配置项Object----------

options 属性

属性名说明类型默认值
content水印的内容string / arraykits-ui
stroke水印的颜色(可以使用颜色名称、RGB 值)stringblack
textColor水印的颜色(可以使用颜色名称、RGB 值)stringblack
textWidth水印内容的宽度(设置内容显示长度与间隔)string150
textHeight水印内容的高度(设置内容显示高度与间隔)string100
opacity水印内容的透明度(0 - 1)number0.5
rotate水印内容的旋转角度string-30deg
fontSize设置水印字体大小string18px