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

@@ -149,7 +149,7 @@ class Item extends Component {
return (
<tr onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave}>
<td><img src={iconUrl} title={iconTitle} alt={iconTitle} width="24" /></td>
<td><img className="icon" src={iconUrl} title={iconTitle} alt={iconTitle} width="24" /></td>
<td><Link to={folderUrl}>{item.folder_name}</Link></td>
{shareTo}
<td>