diff --git a/public/report_header.png b/public/report_header.png index d856fc6..6ac9a77 100644 Binary files a/public/report_header.png and b/public/report_header.png differ diff --git a/public/watermark.png b/public/watermark.png new file mode 100644 index 0000000..ffd41b1 Binary files /dev/null and b/public/watermark.png differ diff --git a/src/App.vue b/src/App.vue index fb72553..dbce8cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -382,6 +382,11 @@ td { .info-table { width: 80%; + background-image: url("/watermark.png"); + background-repeat: no-repeat; + background-position: right; + background-clip: content-box; + background-origin: content-box; border: 1px solid black; margin: 0 auto; border-collapse: collapse;