mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 03:18:23 +00:00
Optimize wiki style (#5223)
* optimize style * repair code bug * optimize code
This commit is contained in:
@@ -119,12 +119,6 @@ class MainPanel extends Component {
|
||||
)}
|
||||
</div>
|
||||
<div className="main-panel-center">
|
||||
<div className="cur-view-path">
|
||||
<div className="path-container">
|
||||
<a href={siteRoot + 'published/' + slug} className="normal">{slug}</a>
|
||||
{this.renderNavPath()}
|
||||
</div>
|
||||
</div>
|
||||
<div className={`cur-view-content ${isViewingFile ? 'o-hidden' : ''}`}>
|
||||
{!this.props.pathExist && errMessage}
|
||||
{this.props.pathExist && this.props.isDataLoading && <Loading />}
|
||||
|
Reference in New Issue
Block a user