Merge pull request #123 from cshaptx4869/patch-82

fix: 🐛 修复水印层级问题
This commit is contained in:
Ray Hao
2024-05-30 15:30:28 +08:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
v-if="watermarkEnabled"
:font="{ color: fontColor }"
:content="defaultSettings.watermarkContent"
:z-index="9999"
class="wh-full"
>
<router-view />