mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
format
This commit is contained in:
parent
0da5ef3bcd
commit
9ab95e28c6
@ -59,7 +59,12 @@
|
|||||||
{#snippet children({ props })}
|
{#snippet children({ props })}
|
||||||
<Form.Label>{m.settings_app_search_paths_table_col_search_path()}</Form.Label>
|
<Form.Label>{m.settings_app_search_paths_table_col_search_path()}</Form.Label>
|
||||||
<div class="flex items-center gap-1">
|
<div class="flex items-center gap-1">
|
||||||
<Input {...props} disabled bind:value={$formData.path} placeholder={m.settings_app_search_paths_table_col_search_path()} />
|
<Input
|
||||||
|
{...props}
|
||||||
|
disabled
|
||||||
|
bind:value={$formData.path}
|
||||||
|
placeholder={m.settings_app_search_paths_table_col_search_path()}
|
||||||
|
/>
|
||||||
<Form.Button class="my-1" onclick={pickSearchPath}>Pick</Form.Button>
|
<Form.Button class="my-1" onclick={pickSearchPath}>Pick</Form.Button>
|
||||||
</div>
|
</div>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
@ -70,7 +75,12 @@
|
|||||||
<Form.Control>
|
<Form.Control>
|
||||||
{#snippet children({ props })}
|
{#snippet children({ props })}
|
||||||
<Form.Label>{m.settings_app_search_paths_table_col_depth()}</Form.Label>
|
<Form.Label>{m.settings_app_search_paths_table_col_depth()}</Form.Label>
|
||||||
<Input {...props} type="number" bind:value={$formData.depth} placeholder={m.settings_app_search_paths_table_col_depth()} />
|
<Input
|
||||||
|
{...props}
|
||||||
|
type="number"
|
||||||
|
bind:value={$formData.depth}
|
||||||
|
placeholder={m.settings_app_search_paths_table_col_depth()}
|
||||||
|
/>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
</Form.Control>
|
</Form.Control>
|
||||||
<Form.FieldErrors />
|
<Form.FieldErrors />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user