style(ConfigManager): improve web search provider dropdown

This commit is contained in:
AnotiaWang
2025-04-06 11:34:52 +08:00
parent 9c12d7f832
commit ed20f6970b

View File

@ -307,7 +307,7 @@
</template>
<USelect
v-model="config.webSearch.provider"
class="w-30"
class="w-full"
:items="webSearchProviderOptions"
/>
</UFormField>