fix: watermark支持container时样式优化

This commit is contained in:
ocean-gao 2022-04-22 14:31:09 +08:00
parent 502e411086
commit b0498c778f

View File

@ -92,8 +92,8 @@ export function createWatermark({
user-select: none;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
width: 100%;
height: 100%;
z-index: ${zIndex};
pointer-events: none !important;
background-repeat: repeat;