i18n perf (#3770)
* model config * feat: normalization embedding * perf: mark ui * perf: i18n * fix: rerank error tip
This commit is contained in:
@@ -204,8 +204,8 @@ const VariableEdit = ({
|
||||
<Thead>
|
||||
<Tr>
|
||||
<Th>{t('workflow:Variable_name')}</Th>
|
||||
<Th>{t('common:common.Require Input')}</Th>
|
||||
<Th>{t('common:common.Operation')}</Th>
|
||||
<Th>{t('common:Required_input')}</Th>
|
||||
<Th>{t('common:Operation')}</Th>
|
||||
</Tr>
|
||||
</Thead>
|
||||
<DndDrag<VariableItemType>
|
||||
|
||||
@@ -76,10 +76,8 @@ const SelectMarkCollection = ({
|
||||
}}
|
||||
>
|
||||
<Flex alignItems={'center'} h={'38px'}>
|
||||
<Avatar src={item.avatar} w={['24px', '28px', '32px']}></Avatar>
|
||||
<Box ml={3} fontWeight={'bold'} fontSize={['md', 'lg']}>
|
||||
{item.name}
|
||||
</Box>
|
||||
<Avatar src={item.avatar} w={'2rem'} borderRadius={'sm'}></Avatar>
|
||||
<Box ml={3}>{item.name}</Box>
|
||||
</Flex>
|
||||
<Flex justifyContent={'flex-end'} alignItems={'center'} fontSize={'sm'}>
|
||||
<MyIcon mr={1} name="kbTest" w={'12px'} />
|
||||
|
||||
Reference in New Issue
Block a user