1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

add a limit class for router container (#3197)

This commit is contained in:
杨顺强
2019-04-01 14:46:14 +08:00
committed by Daniel Pan
parent 597d22c403
commit 895124495c
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class SysAdmin extends React.Component {
<div id="main">
<SidePanel isSidePanelClosed={isSidePanelClosed} onCloseSidePanel={this.onCloseSidePanel} />
<MainPanel>
<Router>
<Router className="reach-router">
<FileScanRecords
path={siteRoot + 'sys/file-scan-records'}
currentTab={currentTab}