From 30fba21c481b0d53b7629815ebfd9a0a1249dae1 Mon Sep 17 00:00:00 2001 From: GraceWalk Date: Wed, 21 Sep 2022 16:15:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=8D=95=E8=AF=8D=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF=E6=95=B0?= =?UTF-8?q?=E9=99=90=E5=88=B6=E4=B8=BA=200~1000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout-clusters-fe/src/pages/TestingProduce/config.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/km-console/packages/layout-clusters-fe/src/pages/TestingProduce/config.tsx b/km-console/packages/layout-clusters-fe/src/pages/TestingProduce/config.tsx index 81503271..97589f32 100644 --- a/km-console/packages/layout-clusters-fe/src/pages/TestingProduce/config.tsx +++ b/km-console/packages/layout-clusters-fe/src/pages/TestingProduce/config.tsx @@ -152,6 +152,7 @@ export const getFormConfig = (params: any) => { rules: [{ required: true, message: '请输入' }], attrs: { min: 0, + max: 1000, style: { width: 232 }, }, }, @@ -391,7 +392,7 @@ export const getTableColumns = () => { { title: 'time', dataIndex: 'costTimeUnitMs', - width: 60, + width: 100, }, ]; };