diff --git a/core/core-frontend/src/components/watermark/watermark.ts b/core/core-frontend/src/components/watermark/watermark.ts index 03024a00a3..bc541fd4a1 100644 --- a/core/core-frontend/src/components/watermark/watermark.ts +++ b/core/core-frontend/src/components/watermark/watermark.ts @@ -36,7 +36,7 @@ export function watermark(settings, domId) { page_width = page_width - cutWidth // 获取页面最大高度 let page_height = watermarkDom.scrollHeight - 56 - page_height = page_height < 400 ? 400 : page_height + page_height = page_height < 220 ? 220 : page_height // page_height = Math.max(page_height, window.innerHeight - 30) // 如果将水印列数设置为0,或水印列数设置过大,超过页面最大宽度,则重新计算水印列数和水印x轴间隔 if (