mirror of https://gitee.com/xiaonuobase/snowy
解决下拉选框不跟随页面滚动导致与选框分离的问题
parent
58a001536b
commit
0806f5d890
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue