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
@@ -210,7 +210,7 @@ const Catalog: React.FC = () => {
<Space>
<Input
placeholder={intl.formatMessage({ id: 'common.filter.name' })}
style={{ width: 200 }}
style={{ width: 230 }}
size="large"
allowClear
onClear={() =>
@@ -224,8 +224,9 @@ const Catalog: React.FC = () => {
></Input>
<Select
allowClear
showSearch={false}
placeholder={intl.formatMessage({ id: 'models.filter.category' })}
style={{ width: 240 }}
style={{ width: 230 }}
size="large"
mode="multiple"
maxTagCount={1}