mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
improe add and move dialog ui (#6535)
This commit is contained in:
@@ -53,10 +53,10 @@ class SearchedListItem extends React.Component {
|
||||
onMouseLeave={this.onMouseLeave}
|
||||
onDoubleClick={this.searchItemDoubleClick}
|
||||
>
|
||||
<td className="text-center">
|
||||
<td className="text-center searched-item-icon">
|
||||
<img className="item-img" src={fileIconUrl} alt="" width="24"/>
|
||||
</td>
|
||||
<td>
|
||||
<td className='searched-item-link'>
|
||||
<span className="item-link">{item.repo_name}/{item.link_content}</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user