mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-15 03:32:11 +08:00
fix: watermark支持container时样式优化
This commit is contained in:
parent
502e411086
commit
b0498c778f
@ -92,8 +92,8 @@ export function createWatermark({
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
z-index: ${zIndex};
|
z-index: ${zIndex};
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user