[Style] Fix registry search filter dropdown style (#2974)

This commit is contained in:
Christian Byrne
2025-03-11 06:24:56 -07:00
committed by GitHub
parent 03bf81cc1b
commit 4123cb611c

View File

@@ -6,10 +6,9 @@
:options="options"
optionLabel="label"
optionValue="id"
class="min-w-[6rem]"
class="min-w-[6rem] border-none bg-transparent shadow-none"
@change="handleChange"
:pt="{
root: { class: 'border-none' },
input: { class: 'py-0 px-1 border-none' },
trigger: { class: 'hidden' },
panel: { class: 'shadow-md' },