mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 09:45:13 +00:00
Remove extra line breaks and clean up the code
This commit is contained in:
@@ -26,11 +26,7 @@
|
|||||||
@update:active-index="handleActiveIndexChange"
|
@update:active-index="handleActiveIndexChange"
|
||||||
>
|
>
|
||||||
<template #item="{ item }">
|
<template #item="{ item }">
|
||||||
<img
|
<img :src="item.url" :alt="item.filename" class="galleria-image" />
|
||||||
:src="item.url"
|
|
||||||
:alt="item.filename"
|
|
||||||
class="galleria-image"
|
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</Galleria>
|
</Galleria>
|
||||||
</template>
|
</template>
|
||||||
@@ -145,4 +141,4 @@ img.galleria-image {
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user