1
0
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:
杨顺强
2022-07-29 10:52:52 +08:00
committed by GitHub
parent 4dba0d5df9
commit 9745bc26a3
6 changed files with 33 additions and 21 deletions

View File

@@ -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 />}