Merge pull request #70 from yanbowe/main

fix(projects): 全局搜索弹窗弹出时动画闪屏问题
This commit is contained in:
Soybean 2022-04-02 14:13:39 +08:00 committed by GitHub
commit eebb753884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
:closable="false" :closable="false"
preset="card" preset="card"
footer-style="padding: 0; margin: 0" 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" @after-leave="handleClose"
> >
<n-input ref="inputRef" v-model:value="keyword" clearable placeholder="请输入关键词搜索" @input="handleSearch"> <n-input ref="inputRef" v-model:value="keyword" clearable placeholder="请输入关键词搜索" @input="handleSearch">