1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[optimized] adjust dir-content-nav style (#2970)

* [optimized] adjust dir-content-nav  style

* delete unnecessary file
This commit is contained in:
杨顺强
2019-02-20 17:08:00 +08:00
committed by Daniel Pan
parent 02b65d30ad
commit afcd66ceef
29 changed files with 2887 additions and 1516 deletions

View File

@@ -245,9 +245,9 @@ class DirentListView extends React.Component {
<th width="5%">{/*star */}</th>
<th width="39%"><a className="d-block table-sort-op" href="#" onClick={this.sortByName}>{gettext('Name')} {sortByName && sortIcon}</a></th>
<th width="6%">{/*tag */}</th>
<th width="20%">{/*operation */}</th>
<th width="18%">{/*operation */}</th>
<th width="11%">{gettext('Size')}</th>
<th width="13%"><a className="d-block table-sort-op" href="#" onClick={this.sortByTime}>{gettext('Last Update')} {sortByTime && sortIcon}</a></th>
<th width="15%"><a className="d-block table-sort-op" href="#" onClick={this.sortByTime}>{gettext('Last Update')} {sortByTime && sortIcon}</a></th>
</tr>
</thead>
<tbody>