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