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:
@@ -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>
|
||||
);
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user