chore: benchmark profile filter

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent d389b035b7
commit 556c4a434d
@@ -53,7 +53,7 @@ const RightActions: React.FC<RightActionsProps> = ({
placeholder={intl.formatMessage({
id: 'common.filter.name'
})}
style={{ width: 180 }}
style={{ width: 200 }}
allowClear
onChange={handleInputChange}
></Input>
@@ -64,7 +64,7 @@ const RightActions: React.FC<RightActionsProps> = ({
></SearchOutlined>
}
placeholder={intl.formatMessage({ id: 'benchmark.table.filter.bygpu' })}
style={{ width: 180 }}
style={{ width: 160 }}
allowClear
onChange={handleGPUChange}
></Input>