perf(components): 添加更多主题颜色设置模态窗的层级

修复在小屏幕下,系统设置按钮悬浮至模态窗之上的缺陷,提升用户体验
This commit is contained in:
xiaotao2018 2022-07-15 10:08:21 +08:00 committed by GitHub
parent 8dcfbb29f9
commit ee7eb3ac0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<template>
<n-modal :show="visible" preset="card" class="w-640px h-480px" @close="handleClose">
<n-modal :show="visible" preset="card" class="w-640px h-480px" z-index="10001" @close="handleClose">
<div class="flex-x-center">
<n-gradient-text type="primary" :size="24">中国传统颜色</n-gradient-text>
</div>