mirror of
https://github.com/open-webui/open-webui
synced 2025-02-20 12:00:22 +00:00
refac
This commit is contained in:
parent
dd5da10d2a
commit
6974cb248c
@ -64,12 +64,20 @@
|
|||||||
{#if id && knowledge}
|
{#if id && knowledge}
|
||||||
<div class=" flex w-full mt-1 mb-3.5">
|
<div class=" flex w-full mt-1 mb-3.5">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<div class="flex w-full px-0.5 mb-1">
|
<div class="flex items-center justify-between w-full px-0.5 mb-1">
|
||||||
<input
|
<div>
|
||||||
type="text"
|
<input
|
||||||
class="w-full font-medium text-2xl font-primary bg-transparent outline-none"
|
type="text"
|
||||||
bind:value={knowledge.name}
|
class="w-full font-medium text-2xl font-primary bg-transparent outline-none"
|
||||||
/>
|
bind:value={knowledge.name}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class=" flex-shrink-0">
|
||||||
|
<div>
|
||||||
|
<Badge type="success" content="Collection" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex w-full px-1">
|
<div class="flex w-full px-1">
|
||||||
@ -80,12 +88,6 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class=" flex-shrink-0">
|
|
||||||
<div>
|
|
||||||
<Badge type="success" content="Collection" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-row h-0 flex-1 overflow-auto">
|
<div class="flex flex-row h-0 flex-1 overflow-auto">
|
||||||
|
Loading…
Reference in New Issue
Block a user