mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Fixing the filter labels dropdown menu
It wasn't using the new popper interface
This commit is contained in:
parent
1b20e59566
commit
66a81fe065
@ -126,8 +126,10 @@ export default {
|
||||
</template>
|
||||
|
||||
<v-dropdown
|
||||
popperClass="filter-label"
|
||||
trigger="click"
|
||||
placement="bottom-end"
|
||||
:distance="20"
|
||||
>
|
||||
<slot name="header">
|
||||
<button ref="actionDropDown" class="btn bg-primary mr-10">
|
||||
@ -137,7 +139,7 @@ export default {
|
||||
</button>
|
||||
</slot>
|
||||
|
||||
<template slot="popover">
|
||||
<template #popper>
|
||||
<div class="filter-popup">
|
||||
<div>
|
||||
<ArrayList
|
||||
@ -247,3 +249,9 @@ export default {
|
||||
color: var(--error);
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.filter-label .v-popper__arrow-container {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user