Skip to content

Commit

Permalink
fix(projects): 全局搜索弹窗弹出时动画闪屏问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbowe authored Apr 2, 2022
1 parent df56abe commit bb1bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/common/GlobalSearch/components/SearchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit bb1bbf2

Please sign in to comment.