Commit 7261f225 by archer

cursor

parent bb7596c3
...@@ -120,7 +120,7 @@ const Detail = ({ kbId, currentTab }: { kbId: string; currentTab: `${TabEnum}` } ...@@ -120,7 +120,7 @@ const Detail = ({ kbId, currentTab }: { kbId: string; currentTab: `${TabEnum}` }
<MyIcon mr={1} name="overviewLight" w={'16px'} color={'green.500'} /> <MyIcon mr={1} name="overviewLight" w={'16px'} color={'green.500'} />
<Box>{t('dataset.System Data Queue')}</Box> <Box>{t('dataset.System Data Queue')}</Box>
<MyTooltip label={t('dataset.Queue Desc')} placement={'top'}> <MyTooltip label={t('dataset.Queue Desc')} placement={'top'}>
<QuestionOutlineIcon ml={1} w={'16px'} cursor={'pointer'} /> <QuestionOutlineIcon ml={1} w={'16px'} />
</MyTooltip> </MyTooltip>
</Flex> </Flex>
<Box mt={1} fontWeight={'bold'}> <Box mt={1} fontWeight={'bold'}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment