mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Use <ul and <li because the items are a list
This commit is contained in:
parent
6f73561f7a
commit
7d8fb116b6
@ -425,9 +425,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if modelIds.length > 0}
|
{#if modelIds.length > 0}
|
||||||
<div class="flex flex-col">
|
<ul class="flex flex-col">
|
||||||
{#each modelIds as modelId, modelIdx}
|
{#each modelIds as modelId, modelIdx}
|
||||||
<div class=" flex gap-2 w-full justify-between items-center">
|
<li class=" flex gap-2 w-full justify-between items-center">
|
||||||
<div class=" text-sm flex-1 py-1 rounded-lg">
|
<div class=" text-sm flex-1 py-1 rounded-lg">
|
||||||
{modelId}
|
{modelId}
|
||||||
</div>
|
</div>
|
||||||
@ -444,9 +444,9 @@
|
|||||||
<Minus strokeWidth="2" className="size-3.5" />
|
<Minus strokeWidth="2" className="size-3.5" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</li>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</ul>
|
||||||
{:else}
|
{:else}
|
||||||
<div
|
<div
|
||||||
class={`text-gray-500 text-xs text-center py-2 px-10
|
class={`text-gray-500 text-xs text-center py-2 px-10
|
||||||
|
Loading…
Reference in New Issue
Block a user