mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
解决下拉选框不跟随页面滚动导致与选框分离的问题
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user