mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 11:51:27 +00:00
Table icon size modify (#2816)
* repair img tag error bug * set img size by tag inline style * delete unnessary css style
This commit is contained in:
@@ -170,7 +170,7 @@ class Item extends Component {
|
||||
|
||||
return (
|
||||
<tr onMouseOver={this.handleMouseOver} onMouseOut={this.handleMouseOut}>
|
||||
<td><img className="icon" src={iconUrl} width="24" /></td>
|
||||
<td><img src={iconUrl} width="24" /></td>
|
||||
<td>
|
||||
{item.is_dir ?
|
||||
<Link to={linkUrl}>{item.obj_name}</Link> :
|
||||
|
Reference in New Issue
Block a user