mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
refactor(仪表板): 优化仪表板水印层级
This commit is contained in:
@@ -71,7 +71,7 @@ export function watermark(settings, domId) {
|
||||
mask_div.style.left = x + 'px'
|
||||
mask_div.style.top = y + 'px'
|
||||
mask_div.style.overflow = 'hidden'
|
||||
mask_div.style.zIndex = '9999'
|
||||
mask_div.style.zIndex = '10'
|
||||
// 让水印不遮挡页面的点击事件
|
||||
mask_div.style.pointerEvents = 'none'
|
||||
mask_div.style.opacity = defaultSettings.watermark_alpha
|
||||
|
||||
Reference in New Issue
Block a user