1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 15:53:28 +00:00

reset table-padding

This commit is contained in:
shanshuirenjia
2018-12-13 15:16:18 +08:00
parent 2b65bb2afe
commit e6c486ac09
4 changed files with 17 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ class GroupsView extends React.Component {
<div className="cur-view-path">
<h3 className="sf-heading">{gettext("My Groups")}</h3>
</div>
<div className="cur-view-content">
<div className="cur-view-content group-table-container">
{this.state.isLoading && <Loading />}
{(!this.state.isLoading && this.state.errorMsg !== '') && this.state.errorMsg}
{/* {(!this.state.isLoading && this.state.groupList.length === 0 ) && emptyTip} //todo */}