Style-dataset-2.5 (#2580)

* style: dataset detail page 2.5

* fix merge error

* fix: flash bug

* fix: build error

* revert: 滚动变回分页
This commit is contained in:
papapatrick
2024-09-02 10:00:55 +08:00
committed by GitHub
parent 060492dbf7
commit fdab383b26
14 changed files with 473 additions and 311 deletions

View File

@@ -60,7 +60,7 @@ const ParentPaths = (props: {
{item.parentName}
</Box>
{i !== concatPaths.length - 1 && (
<Box mx={1.5} color={'myGray.500'}>
<Box mx={1} color={'myGray.500'}>
/
</Box>
)}

View File

@@ -150,7 +150,7 @@ const InputGuideConfig = ({
alignItems={'center'}
cursor={'pointer'}
>
<MyIcon name={'book'} ml={4} mr={1} />
<MyIcon name={'book'} w={'17px'} ml={4} mr={1} color={'myGray.600'} />
{commonT('common.Documents')}
</Flex>
<Box flex={'1 0 0'} />

View File

@@ -275,9 +275,6 @@ const QuoteItem = ({
onSuccess={() => {
console.log('更新引用成功');
}}
onDelete={() => {
console.log('删除引用成功');
}}
dataId={editInputData.dataId}
collectionId={editInputData.collectionId}
/>