地点搜索框位置

This commit is contained in:
2025-11-06 14:43:42 +08:00
parent e41f94697d
commit c9cffad398

View File

@ -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>