mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 09:00:05 +00:00
[Style] Fix registry search filter dropdown style (#2974)
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user