fix: 调整水印 z-index,以修复表格全屏或表单弹出时水印无法覆盖的问题

This commit is contained in:
2025-07-04 20:50:48 +08:00
parent fdfa0cd2d5
commit afd1bb7017

View File

@@ -8,6 +8,7 @@
</template>
<a-watermark
:content="appStore.isOpenWatermark ? (appStore.watermark || `${userStore.userInfo.nickname}(${userStore.userInfo.username})`) : ''"
z-index="9999"
class="admin-ui-main"
>
<router-view></router-view>