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" v-if="watermarkEnabled"
:font="{ color: fontColor }" :font="{ color: fontColor }"
:content="defaultSettings.watermarkContent" :content="defaultSettings.watermarkContent"
:z-index="9999"
class="wh-full" class="wh-full"
> >
<router-view /> <router-view />