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:
parent
48f2a1a202
commit
01a51a879b
frontend/src
media/img
@ -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;
|
||||
|
@ -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>
|
||||
}
|
||||
|
BIN
media/img/member-list-empty-2x.png
Normal file
BIN
media/img/member-list-empty-2x.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 15 KiB |
Binary file not shown.
Before ![]() (image error) Size: 6.7 KiB |
Loading…
Reference in New Issue
Block a user