add max-width and max-height properties for watermark image

This commit is contained in:
Yueyu 2020-11-10 13:37:35 +08:00
parent a5c182d05c
commit 681adbe0cf

View file

@ -453,6 +453,11 @@ z-index: 5;
height: ${css_vh(18.88)};
}
.watermark img{
max-width: 100%;
max-height: 100%;
}
.watermark > canvas{
position: absolute;
}