mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
[Style] Fix registry search filter dropdown style (#2974)
This commit is contained in:
@@ -6,10 +6,9 @@
|
|||||||
:options="options"
|
:options="options"
|
||||||
optionLabel="label"
|
optionLabel="label"
|
||||||
optionValue="id"
|
optionValue="id"
|
||||||
class="min-w-[6rem]"
|
class="min-w-[6rem] border-none bg-transparent shadow-none"
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
:pt="{
|
:pt="{
|
||||||
root: { class: 'border-none' },
|
|
||||||
input: { class: 'py-0 px-1 border-none' },
|
input: { class: 'py-0 px-1 border-none' },
|
||||||
trigger: { class: 'hidden' },
|
trigger: { class: 'hidden' },
|
||||||
panel: { class: 'shadow-md' },
|
panel: { class: 'shadow-md' },
|
||||||
|
|||||||
Reference in New Issue
Block a user