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

improve icon-img size (#2812)

This commit is contained in:
杨顺强
2019-01-11 12:39:43 +08:00
committed by Daniel Pan
parent c465733a8b
commit c6cd6bb2c4
13 changed files with 19 additions and 19 deletions

View File

@@ -128,7 +128,7 @@ class Item extends Component {
return (
<tr onMouseOver={this.handleMouseOver} onMouseOut={this.handleMouseOut}>
<td><img src={iconUrl} width="24" /></td>
<td><img className="icon" src={iconUrl} width="24" /></td>
<td><Link to={uploadUrl}>{item.obj_name}</Link></td>
<td><Link to={`${siteRoot}library/${item.repo_id}/${item.repo_name}`}>{item.repo_name}</Link></td>
<td>{item.view_cnt}</td>