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>
)}