chore: upgrade ui components

This commit is contained in:
ReaJason
2025-04-06 13:55:17 +08:00
parent 8a0e3ee5de
commit 540559653f
32 changed files with 863 additions and 744 deletions
+2 -2
View File
@@ -177,7 +177,7 @@ export function MainConfigCard({
control={form.control}
name="server"
render={({ field }) => (
<FormItem className="space-y-1">
<FormItem className="gap-1">
<FormLabel className="h-6 flex items-center">{t("mainConfig.server")}</FormLabel>
<Select
onValueChange={(v) => {
@@ -218,7 +218,7 @@ export function MainConfigCard({
control={form.control}
name="targetJdkVersion"
render={({ field }) => (
<FormItem className="space-y-1">
<FormItem className="gap-1">
<FormLabel className="h-6 flex items-center gap-1">
{t("mainConfig.jre")} {t("optional")} <JreTip />
</FormLabel>