Compare commits
No commits in common. "8047ba7f5fc528a8fe4acc8eff9734e1eab2d37a" and "25d8ee6bc57efa4c451d0741127016e21ab4bd79" have entirely different histories.
8047ba7f5f
...
25d8ee6bc5
|
@ -12378,7 +12378,6 @@ class PDFPageView {
|
|||
c.style.fontSize = '24px'
|
||||
c.style.fontWeight = '900'
|
||||
c.style.color = "rgba(0, 191, 255, 0.1)";
|
||||
c.style.whiteSpace = 'nowrap'
|
||||
// c.innerText = text;//text为水印内容,可以在viewer.html中传入,也可以直接替换成固定的字符串如:c.innerText = "这是一个水印";
|
||||
c.innerText = `${obj.COMPANY}_${obj.userName}\n${new Date().format('yyyy-MM-dd')}`;
|
||||
cover.appendChild(c);
|
||||
|
|
Loading…
Reference in New Issue