1
0
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:
杨顺强
2019-01-11 15:37:02 +08:00
committed by llj
parent 1c4f48eef3
commit 5fd87ff6f1
15 changed files with 77 additions and 30 deletions

View File

@@ -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>