mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 23:38:37 +00:00
change image size
This commit is contained in:
parent
48f2a1a202
commit
01a51a879b
@ -12,6 +12,10 @@
|
|||||||
.dir-content-main .empty-tip {
|
.dir-content-main .empty-tip {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
.dir-content-main .empty-tip img {
|
||||||
|
width: 140px;
|
||||||
|
height: 140px;
|
||||||
|
}
|
||||||
.dir-content-nav {
|
.dir-content-nav {
|
||||||
width: 24%;
|
width: 24%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -70,7 +70,7 @@ class WorkWeixinDepartmentMembersList extends Component {
|
|||||||
}
|
}
|
||||||
{!isMembersListLoading && this.props.membersList.length === 0 &&
|
{!isMembersListLoading && this.props.membersList.length === 0 &&
|
||||||
<div className="message empty-tip text-center">
|
<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>
|
<h4>{'成员列表为空'}</h4>
|
||||||
</div>
|
</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 Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in New Issue
Block a user