fix: 修复水印组件的 z-index 属性使用错误

This commit is contained in:
2025-07-09 21:13:30 +08:00
parent 41f458d2b0
commit 4cf763e817

View File

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