mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
clean package.json and repair code style (#2411)
* clean package.json and repair code style * update css style * repair bug
This commit is contained in:
committed by
Daniel Pan
parent
3ab4cbff4f
commit
3a67d78016
@@ -7,7 +7,6 @@ class MainPanel extends Component {
|
||||
//todos;
|
||||
}
|
||||
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div className="main-panel o-hidden">
|
||||
@@ -20,8 +19,8 @@ class MainPanel extends Component {
|
||||
<div className="main-panel-center">
|
||||
{this.props.children}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user