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

Processing picture gap (#3184)

* Processing picture gap

* Delete tr-style-nav from dirent-list-item.css

* Use onther method

* ues pl10 replace pl-2
This commit is contained in:
zxj96
2019-03-28 13:32:22 +08:00
committed by Daniel Pan
parent 4393ca49c2
commit 2f4b421685
4 changed files with 16 additions and 9 deletions

View File

@@ -240,11 +240,11 @@ class DirentListView extends React.Component {
<table>
<thead>
<tr>
<th width="3%" className="text-center">
<th width="3%" className="pl10">
<input type="checkbox" className="vam" onChange={this.props.onAllItemSelected} checked={this.props.isAllItemSelected}/>
</th>
<th width="3%">{/*icon */}</th>
<th width="5%">{/*star */}</th>
<th width="3%" className="pl10">{/*icon */}</th>
<th width="5%" className="pl10">{/*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="18%">{/*operation */}</th>