地点搜索框位置
This commit is contained in:
@ -208,6 +208,7 @@
|
|||||||
size="small"
|
size="small"
|
||||||
:placeholder="t('btn.selectPlaceholder')"
|
:placeholder="t('btn.selectPlaceholder')"
|
||||||
:no-data-text="t('btn.selectNoText')"
|
:no-data-text="t('btn.selectNoText')"
|
||||||
|
popper-class="custom-dropdown"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(item, index) in poiOptions"
|
v-for="(item, index) in poiOptions"
|
||||||
@ -782,5 +783,9 @@ defineExpose({
|
|||||||
|
|
||||||
.el-select-dropdown__wrap {
|
.el-select-dropdown__wrap {
|
||||||
max-height: 260px !important;
|
max-height: 260px !important;
|
||||||
|
width: 380px !important;
|
||||||
|
}
|
||||||
|
.custom-dropdown {
|
||||||
|
margin-top: 75px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user