mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
Merge branch 'master' of https://github.com/guoranred/vue-antd-admin
This commit is contained in:
commit
d23cfef147
@ -3,6 +3,7 @@
|
|||||||
<a-icon type="search" class="search-icon" @click="enterSearchMode"/>
|
<a-icon type="search" class="search-icon" @click="enterSearchMode"/>
|
||||||
<a-auto-complete
|
<a-auto-complete
|
||||||
ref="input"
|
ref="input"
|
||||||
|
:getPopupContainer="e => {return e.parentNode || document.body}"
|
||||||
:dataSource="dataSource"
|
:dataSource="dataSource"
|
||||||
:class="['search-input', searchMode ? 'enter' : 'leave']"
|
:class="['search-input', searchMode ? 'enter' : 'leave']"
|
||||||
placeholder="站内搜索"
|
placeholder="站内搜索"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user