Merge pull request #114 from xiaotao2018/main

fix(components): 添加更多主题颜色模态窗的层级覆盖设置按钮
This commit is contained in:
Soybean 2022-07-16 02:06:34 +08:00 committed by GitHub
commit 2d722db243
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>