1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

feat: all tags (#7099)

* feat: all tags

* feat: optimize code

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-11-25 20:30:46 +08:00
committed by GitHub
parent d407c9fd63
commit 03fd3b8f55
24 changed files with 324 additions and 305 deletions

View File

@@ -157,7 +157,7 @@ class DirPath extends React.Component {
return (
<Fragment key={index}>
<span className="path-split">/</span>
<span className="path-item"><TagViewName id={item} /></span>
<TagViewName id={item} />
</Fragment>
);
}