mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 22:57:11 +08:00
fix: 调整水印 z-index,以修复表格全屏或表单弹出时水印无法覆盖的问题
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<a-watermark
|
<a-watermark
|
||||||
:content="appStore.isOpenWatermark ? (appStore.watermark || `${userStore.userInfo.nickname}(${userStore.userInfo.username})`) : ''"
|
:content="appStore.isOpenWatermark ? (appStore.watermark || `${userStore.userInfo.nickname}(${userStore.userInfo.username})`) : ''"
|
||||||
|
z-index="9999"
|
||||||
class="admin-ui-main"
|
class="admin-ui-main"
|
||||||
>
|
>
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
|
Reference in New Issue
Block a user