mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
index-viewer style
This commit is contained in:
@@ -218,7 +218,7 @@ class IndexContentViewer extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="mx-2 o-hidden">
|
<div className="mx-4 o-hidden">
|
||||||
<FolderItem node={this.treeRoot} bindClickEvent={this.bindClickEvent} currentPath={this.state.currentPath}/>
|
<FolderItem node={this.treeRoot} bindClickEvent={this.bindClickEvent} currentPath={this.state.currentPath}/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user