chore: message link

This commit is contained in:
jialin
2025-01-15 12:42:09 +08:00
parent 9553aa944a
commit 5bfca0f86f
5 changed files with 51 additions and 14 deletions
+3 -2
View File
@@ -739,17 +739,18 @@ const Models: React.FC<ModelsProps> = ({
<Space>
<Input
placeholder={intl.formatMessage({ id: 'common.filter.name' })}
style={{ width: 200 }}
style={{ width: 230 }}
size="large"
allowClear
onChange={handleNameChange}
></Input>
<Select
allowClear
showSearch={false}
placeholder={intl.formatMessage({
id: 'models.filter.category'
})}
style={{ width: 240 }}
style={{ width: 230 }}
size="large"
mode="multiple"
maxTagCount={1}