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;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: ${zIndex};
|
||||
pointer-events: none !important;
|
||||
background-repeat: repeat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user