1
0
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:
llj
2019-06-12 18:37:11 +08:00
parent 0d9113468a
commit 74a6d273c9
2 changed files with 2 additions and 2 deletions

View File

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