From 118c15d04633a6ef06f2d9e7a7849d20f596e02c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 13 May 2026 11:14:00 +0800 Subject: [PATCH] =?UTF-8?q?perf(monitor/site):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=AB=99=E7=82=B9=E7=9B=91=E6=8E=A7=E9=A1=B5=E9=9D=A2=E7=A6=81?= =?UTF-8?q?=E7=94=A8=E5=90=AF=E7=94=A8=E3=80=81=E6=A3=80=E6=9F=A5=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=A4=E4=B8=AA=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/certd/monitor/site/crud.tsx | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx b/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx index 711491926..2c2433a47 100644 --- a/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx @@ -320,6 +320,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat title: t("monitor.siteName"), search: { show: true, + col: { + span: 3, + }, }, type: "text", form: { @@ -333,6 +336,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat title: t("monitor.domain"), search: { show: true, + col: { + span: 3, + }, }, type: "text", form: { @@ -411,6 +417,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat title: t("monitor.certDomains"), search: { show: true, + col: { + span: 3, + }, }, type: "text", form: { @@ -451,6 +460,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat title: t("monitor.certStatus"), search: { show: true, + col: { + span: 2, + }, }, type: "dict-select", dict: dict({ @@ -472,7 +484,10 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat checkStatus: { title: t("monitor.checkStatus"), search: { - show: false, + show: true, + col: { + span: 2, + }, }, type: "dict-select", dict: checkStatusDict, @@ -578,6 +593,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat type: "dict-select", search: { show: true, + col: { + span: 3, + }, }, dict: groupDictRef, form: { @@ -631,7 +649,10 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat disabled: { title: t("monitor.disabled"), search: { - show: false, + show: true, + col: { + span: 2, + }, }, type: "dict-switch", dict: dict({