4.6.201907191537 • Published 5 years ago

@dfeidao/fd-wh000004 v4.6.201907191537

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

水印

https://dfeidao.gitee.io/widgets/

一、Installation

yarn add --dev @dfeidao/fd-wh000004

二、配置

gulpfile添加引用配置

{
	name: 'dot',
	location: './dot',
	main: 'doT.js'
},{
	name: '@dfeidao/fd-w000026',
	location: '@dfeidao/fd-w000026'
}

三、属性

属性默认值类型示例描述
txt-stringtxt='水印内容'水印文本内容
color-stringcolor='#a09696'水印字体颜色
alpha-0~1alpha='0.25'水印透明度
fontsize-stringfontsize='20px'水印字体大小
font-font-familyfont='微软雅黑'水印字体
width-numberwidth='300'单个水印宽度
height-numberheight='200'单个水印长度
angle-0~360angle='15'水印倾斜度数
full-booleanfull=true如果具有该属性,水印全屏显示
print-booleanprint=true打印网页时显示水印

四、使用示例

<fd-w000026 data-feidao-id="widget" style="width: 600px;height:400px;position: absolute;top:0;left:0;" txt='飞道' color='red' alpha='0.5' fontsize='24px' font='宋体' width='100'
		height='100' angle='30' full print ></fd-w000026>

ChangeLogs

latest

修复全屏水印右侧空白过大问题

4.6.201907131632