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,7 +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"
|
:zindex="9999"
|
||||||
class="admin-ui-main"
|
class="admin-ui-main"
|
||||||
>
|
>
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
|
Reference in New Issue
Block a user