mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +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:
@@ -128,7 +128,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><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>
|
||||
|
Reference in New Issue
Block a user