hide v-dropdown arrow

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
andy.lee 2024-11-26 17:44:15 +08:00
parent 63994c1896
commit a7bb16636f
No known key found for this signature in database
GPG Key ID: 10911689462678C7

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>