mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
[empty tip] modified UI
This commit is contained in:
@@ -7,7 +7,7 @@ class EmptyTip extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="empty-tip">
|
||||
<img src={`${mediaUrl}img/no-items-tip.png`} alt="" width="140" height="140" className="no-items-img-tip" />
|
||||
<img src={`${mediaUrl}img/no-items-tip.png`} alt="" width="100" height="100" className="no-items-img-tip" />
|
||||
{this.props.children}
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user