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({ placeholder={intl.formatMessage({
id: 'common.filter.name' id: 'common.filter.name'
})} })}
style={{ width: 180 }} style={{ width: 200 }}
allowClear allowClear
onChange={handleInputChange} onChange={handleInputChange}
></Input> ></Input>
@@ -64,7 +64,7 @@ const RightActions: React.FC<RightActionsProps> = ({
></SearchOutlined> ></SearchOutlined>
} }
placeholder={intl.formatMessage({ id: 'benchmark.table.filter.bygpu' })} placeholder={intl.formatMessage({ id: 'benchmark.table.filter.bygpu' })}
style={{ width: 180 }} style={{ width: 160 }}
allowClear allowClear
onChange={handleGPUChange} onChange={handleGPUChange}
></Input> ></Input>