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
+4 -4
View File
@@ -28,7 +28,7 @@ export function GodzillaTabContent({
control={form.control}
name="godzillaPass"
render={({ field }) => (
<FormItem className="space-y-1">
<FormItem className="gap-1">
<FormLabel className="h-6 flex items-center gap-1">{t("shellToolConfig.pass")}</FormLabel>
<Input {...field} placeholder={t("shellToolConfig.pass")} className="h-8" />
</FormItem>
@@ -38,7 +38,7 @@ export function GodzillaTabContent({
control={form.control}
name="godzillaKey"
render={({ field }) => (
<FormItem className="space-y-1">
<FormItem className="gap-1">
<FormLabel className="h-6 flex items-center gap-1">{t("shellToolConfig.key")}</FormLabel>
<Input {...field} placeholder={t("shellToolConfig.key")} className="h-8" />
</FormItem>
@@ -48,7 +48,7 @@ export function GodzillaTabContent({
control={form.control}
name="headerName"
render={({ field }) => (
<FormItem className="space-y-1">
<FormItem className="gap-1">
<FormLabel className="h-6 flex items-center gap-1">{t("shellToolConfig.headerName")}</FormLabel>
<Input {...field} placeholder={t("shellToolConfig.headerName")} className="h-8" />
</FormItem>
@@ -58,7 +58,7 @@ export function GodzillaTabContent({
control={form.control}
name="headerValue"
render={({ field }) => (
<FormItem className="space-y-1">
<FormItem className="gap-1">
<FormLabel className="h-6 flex items-center gap-1">{t("shellToolConfig.headerValue")}</FormLabel>
<Input {...field} placeholder={t("shellToolConfig.headerValue")} className="h-8" />
</FormItem>