Merge pull request #42 from a110605/issue-7040-2

hide v-dropdown arrow
This commit is contained in:
Francesco Torchia 2024-11-26 10:53:29 +01:00 committed by GitHub
commit 8a5f425b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ export default {
</span>
<v-dropdown
popper-class="filter-label"
popper-class="filter-parent-sriov"
trigger="click"
placement="bottom-end"
:distance="20"
@ -144,4 +144,11 @@ export default {
.required {
color: var(--error);
}
</style>
<style lang="scss">
.filter-parent-sriov .v-popper__arrow-container {
display: none;
}
</style>