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

@@ -170,7 +170,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>
{item.is_dir ?
<Link to={linkUrl}>{item.obj_name}</Link> :