1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-09 16:38:20 +00:00

change image size

This commit is contained in:
Michael An 2019-06-03 15:03:01 +08:00
parent 48f2a1a202
commit 01a51a879b
4 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@
.dir-content-main .empty-tip {
box-shadow: none;
}
.dir-content-main .empty-tip img {
width: 140px;
height: 140px;
}
.dir-content-nav {
width: 24%;
overflow: hidden;

View File

@ -70,7 +70,7 @@ class WorkWeixinDepartmentMembersList extends Component {
}
{!isMembersListLoading && this.props.membersList.length === 0 &&
<div className="message empty-tip text-center">
<img src={`${siteRoot}media/img/member-list-empty.png`}/>
<img src={`${siteRoot}media/img/member-list-empty-2x.png`}/>
<h4>{'成员列表为空'}</h4>
</div>
}

Binary file not shown.

After

(image error) Size: 15 KiB

Binary file not shown.

Before

(image error) Size: 6.7 KiB