1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

modify tag css

This commit is contained in:
shanshuirenjia
2018-12-18 13:36:55 +08:00
parent b01d3ebea8
commit 30357d3195
7 changed files with 41 additions and 36 deletions

View File

@@ -80,7 +80,7 @@ class DirTool extends React.Component {
onListTagCancel={this.onListRepoTagToggle}
onCreateRepoTag={this.onCreateRepoTagToggle}
onUpdateRepoTag={this.onUpdateRepoTagToggle}
onListFileCancel={this.onListTaggedFileToggle}
onListTaggedFiles={this.onListTaggedFileToggle}
/>
}
{
@@ -101,7 +101,8 @@ class DirTool extends React.Component {
{
this.state.isListTaggedFileShow &&
<ListTaggedFilesDialog
repoTagId={this.state.currentTag.id}
repoID={this.props.repoID}
currentTag={this.state.currentTag}
toggleCancel={this.onListTaggedFileToggle}
/>
}