解决下拉选框不跟随页面滚动导致与选框分离的问题

pull/213/head
andrewgreat 2024-05-26 16:01:11 +08:00
parent 58a001536b
commit 0806f5d890
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</a-col>
<a-col :span="8">
<a-form-item name="engine" label="存储位置">
<a-select v-model:value="searchFormState.engine" placeholder="请选择存储位置" :options="engineOptions" />
<a-select v-model:value="searchFormState.engine" placeholder="请选择存储位置" :options="engineOptions" :getPopupContainer="(trigger) => trigger.parentNode"/>
</a-form-item>
</a-col>
<a-col :span="8">