From be3ec77e1187925abc16ec1b876d2dd4d89da04f Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 26 May 2025 01:37:13 +0800 Subject: [PATCH] fix(ui): show one column in phone --- web/src/components/tools/antsword-tab.tsx | 8 ++++---- web/src/components/tools/behinder-tab.tsx | 8 ++++---- web/src/components/tools/custom-tab.tsx | 2 +- web/src/components/tools/godzilla-tab.tsx | 12 ++++++------ web/src/components/tools/neoreg-tab.tsx | 8 ++++---- web/src/components/tools/suo5-tab.tsx | 8 ++++---- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/web/src/components/tools/antsword-tab.tsx b/web/src/components/tools/antsword-tab.tsx index 04ea3f37..4be6b165 100644 --- a/web/src/components/tools/antsword-tab.tsx +++ b/web/src/components/tools/antsword-tab.tsx @@ -19,7 +19,7 @@ export function AntSwordTabContent({ -
+
@@ -35,14 +35,14 @@ export function AntSwordTabContent({ )} /> -
+
( {t("shellToolConfig.headerName")} - + )} /> @@ -54,7 +54,7 @@ export function AntSwordTabContent({ {t("shellToolConfig.headerValue")} {t("optional")} - + )} /> diff --git a/web/src/components/tools/behinder-tab.tsx b/web/src/components/tools/behinder-tab.tsx index 88fc8fde..cd7f71c6 100644 --- a/web/src/components/tools/behinder-tab.tsx +++ b/web/src/components/tools/behinder-tab.tsx @@ -19,7 +19,7 @@ export function BehinderTabContent({ -
+
@@ -35,14 +35,14 @@ export function BehinderTabContent({ )} /> -
+
( {t("shellToolConfig.headerName")} - + )} /> @@ -54,7 +54,7 @@ export function BehinderTabContent({ {t("shellToolConfig.headerValue")} {t("optional")} - + )} /> diff --git a/web/src/components/tools/custom-tab.tsx b/web/src/components/tools/custom-tab.tsx index df7b4efa..86c5180c 100644 --- a/web/src/components/tools/custom-tab.tsx +++ b/web/src/components/tools/custom-tab.tsx @@ -24,7 +24,7 @@ export default function CustomTabContent({ -
+
diff --git a/web/src/components/tools/godzilla-tab.tsx b/web/src/components/tools/godzilla-tab.tsx index b27cb844..9152d97b 100644 --- a/web/src/components/tools/godzilla-tab.tsx +++ b/web/src/components/tools/godzilla-tab.tsx @@ -19,11 +19,11 @@ export function GodzillaTabContent({ -
+
-
+
{t("shellToolConfig.pass")} {t("optional")} - + )} /> @@ -44,7 +44,7 @@ export function GodzillaTabContent({ {t("shellToolConfig.key")} {t("optional")} - + )} /> @@ -54,7 +54,7 @@ export function GodzillaTabContent({ render={({ field }) => ( {t("shellToolConfig.headerName")} - + )} /> @@ -66,7 +66,7 @@ export function GodzillaTabContent({ {t("shellToolConfig.headerValue")} {t("optional")} - + )} /> diff --git a/web/src/components/tools/neoreg-tab.tsx b/web/src/components/tools/neoreg-tab.tsx index 351f68f3..e95467d4 100644 --- a/web/src/components/tools/neoreg-tab.tsx +++ b/web/src/components/tools/neoreg-tab.tsx @@ -19,18 +19,18 @@ export function NeoRegTabContent({ -
+
-
+
( {t("shellToolConfig.headerName")} - + )} /> @@ -42,7 +42,7 @@ export function NeoRegTabContent({ {t("shellToolConfig.headerValue")} {t("optional")} - + )} /> diff --git a/web/src/components/tools/suo5-tab.tsx b/web/src/components/tools/suo5-tab.tsx index 4a881068..54a7e129 100644 --- a/web/src/components/tools/suo5-tab.tsx +++ b/web/src/components/tools/suo5-tab.tsx @@ -19,18 +19,18 @@ export function Suo5TabContent({ -
+
-
+
( {t("shellToolConfig.headerName")} - + )} /> @@ -42,7 +42,7 @@ export function Suo5TabContent({ {t("shellToolConfig.headerValue")} {t("optional")} - + )} />