fix(projects): 全局搜索弹窗弹出时动画闪屏问题

This commit is contained in:
yanbowen 2022-04-02 10:35:21 +08:00 committed by GitHub
parent df56abe18d
commit bb1bbf2724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
:closable="false"
preset="card"
footer-style="padding: 0; margin: 0"
class="w-630px fixed top-50px left-1/2 transform -translate-x-1/2"
class="w-630px fixed left-0 right-0 top-50px"
@after-leave="handleClose"
>
<n-input ref="inputRef" v-model:value="keyword" clearable placeholder="请输入关键词搜索" @input="handleSearch">