From 556c4a434d70ce8ad96d055a2496b6b7778ad49e Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 3 Mar 2026 17:46:30 +0800 Subject: [PATCH] chore: benchmark profile filter --- src/pages/benchmark/components/left-actions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/benchmark/components/left-actions.tsx b/src/pages/benchmark/components/left-actions.tsx index 836fd4d2..e01bd596 100644 --- a/src/pages/benchmark/components/left-actions.tsx +++ b/src/pages/benchmark/components/left-actions.tsx @@ -53,7 +53,7 @@ const RightActions: React.FC = ({ placeholder={intl.formatMessage({ id: 'common.filter.name' })} - style={{ width: 180 }} + style={{ width: 200 }} allowClear onChange={handleInputChange} > @@ -64,7 +64,7 @@ const RightActions: React.FC = ({ > } placeholder={intl.formatMessage({ id: 'benchmark.table.filter.bygpu' })} - style={{ width: 180 }} + style={{ width: 160 }} allowClear onChange={handleGPUChange} >