Skip to content

Commit

Permalink
fix(web): self-built hosting input cannot gain focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed May 13, 2024
1 parent 87d7eac commit ff58836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ui/src/settings/base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,20 +159,20 @@ async function clearData() {
使用默认的 CDN({{ imgCdn }})
</n-radio>

<n-radio :value="customimgHost">
<span>
<div>
<n-radio :value="customimgHost">
使用自建图床链接(指向图片所在的目录)
</span>
</n-radio>
<n-input
v-model:value="customimgHost"
class="mt-2"
class="mt-2 max-w-80%"
placeholder="请输入"
>
<template #prefix>
<i class="i-tabler:link icon" />
</template>
</n-input>
</n-radio>
</div>
</n-radio-group>
</n-form-item>

Expand Down

0 comments on commit ff58836

Please sign in to comment.