mirror of https://github.com/jumpserver/jumpserver
修改菜单折叠起来时Logo
parent
8160425672
commit
ab27d1c193
|
@ -296,22 +296,26 @@ div.dataTables_wrapper div.dataTables_filter {
|
||||||
border-color: #2f4050;
|
border-color: #2f4050;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-header {
|
.nav-header, body.mini-navbar .nav-header {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: #202c37;
|
background: #202c37;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-element {
|
.profile-element div:first-child {
|
||||||
margin-left: 20px;
|
line-height: 60px;
|
||||||
|
width: 70px;
|
||||||
|
float: left;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-element div {
|
.profile-element div:last-child {
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
|
width: 150px;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #1ab394;
|
color: #1ab394;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-element div + div {
|
.logo-element {
|
||||||
margin-left: 5px;
|
padding: 10px 0;
|
||||||
}
|
}
|
|
@ -10,6 +10,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
<div class="logo-element">
|
||||||
|
<img alt="image" height="40" src="/static/img/logo.png"/>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
Loading…
Reference in New Issue