chore: benchmark profile filter
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user