1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +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

@@ -50,7 +50,7 @@ class SharedRepoListView extends React.Component {
let isShowTableThread = this.props.isShowTableThread !== undefined ? this.props.isShowTableThread : true;
return (
<table>
<thead className={isShowTableThread ? '' : 'vh'}>
<thead className={isShowTableThread ? '' : 'table-thread-hidden'}>
<tr>
<th width="4%"><span className="sr-only">{gettext("Library Type")}</span></th>
<th width="40%">{gettext("Name")}