mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
[empty tip] modified UI
This commit is contained in:
@@ -7,7 +7,7 @@ class EmptyTip extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="empty-tip">
|
<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}
|
{this.props.children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@@ -1020,7 +1020,7 @@ a.table-sort-op:focus {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.empty-tip h2 {
|
.empty-tip h2 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.125rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #222;
|
color: #222;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Reference in New Issue
Block a user