mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac/fix: styling
This commit is contained in:
parent
6083960655
commit
e6c7495c1a
1 changed files with 11 additions and 11 deletions
|
|
@ -757,18 +757,18 @@
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="flex justify-between w-full mt-2">
|
<div class="flex flex-col gap-2 mt-2">
|
||||||
<div class="self-center text-xs font-medium">
|
<div class=" flex flex-col w-full justify-between">
|
||||||
<Tooltip content={''} placement="top-start">
|
<div class=" mb-1 text-xs font-medium">
|
||||||
{$i18n.t('Parameters')}
|
{$i18n.t('Parameters')}
|
||||||
</Tooltip>
|
</div>
|
||||||
</div>
|
<div class="flex w-full items-center relative">
|
||||||
<div class="">
|
<Textarea
|
||||||
<Textarea
|
bind:value={RAGConfig.DOCLING_PARAMS}
|
||||||
bind:value={RAGConfig.DOCLING_PARAMS}
|
placeholder={$i18n.t('Enter additional parameters in JSON format')}
|
||||||
placeholder={$i18n.t('Enter additional parameters in JSON format')}
|
minSize={100}
|
||||||
minSize={100}
|
/>
|
||||||
/>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{:else if RAGConfig.CONTENT_EXTRACTION_ENGINE === 'document_intelligence'}
|
{:else if RAGConfig.CONTENT_EXTRACTION_ENGINE === 'document_intelligence'}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue