mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
[Manager] Remove shadows on version selector list (#3094)
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
option-value="value"
|
option-value="value"
|
||||||
:options="allVersionOptions"
|
:options="allVersionOptions"
|
||||||
:highlight-on-select="false"
|
:highlight-on-select="false"
|
||||||
class="my-3 w-full max-h-[50vh] border-none"
|
class="my-3 w-full max-h-[50vh] border-none shadow-none"
|
||||||
>
|
>
|
||||||
<template #option="slotProps">
|
<template #option="slotProps">
|
||||||
<div class="flex justify-between items-center w-full p-1">
|
<div class="flex justify-between items-center w-full p-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user