fix: 🐛 修复水印层级问题

This commit is contained in:
cshaptx4869
2024-05-30 15:21:46 +08:00
parent af54fb26b6
commit abf7b34020

View File

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