1
0
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:
Aries
2024-08-13 10:21:32 +08:00
committed by GitHub
parent 991c8bf478
commit 0babffd734
3 changed files with 25 additions and 15 deletions

View File

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