From 70b603d601c34f39148c2ab70c655c51babf563d Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 19 Nov 2025 23:49:09 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=AB=99=E7=82=B9=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E5=A4=87=E6=B3=A8=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E6=94=B9=E6=88=90textarea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6a03d079..2924d3f5 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 @@ -555,7 +555,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat search: { show: false, }, - type: "text", + type: "textarea", column: { width: 200, sorter: true,