1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +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>
);

View File

@@ -1020,7 +1020,7 @@ a.table-sort-op:focus {
margin-bottom: 20px;
}
.empty-tip h2 {
font-size: 1.25rem;
font-size: 1.125rem;
text-align: center;
color: #222;
font-weight: bold;