重构代码:修正移动端footer显示问题
This commit is contained in:
parent
e37836f1b4
commit
ad77b84859
|
@ -102,6 +102,10 @@
|
|||
.frame iframe {
|
||||
padding-top: 45px;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1077px) {
|
||||
|
|
|
@ -284,6 +284,7 @@ $(function () {
|
|||
$('.frame .sidebar').on('click', 'a', function (e) {
|
||||
e.preventDefault();
|
||||
$('.main-content').addFrame({ element: $(this) });
|
||||
$('body').removeClass('sidebar-open');
|
||||
});
|
||||
|
||||
$('.nav-tabs').on('click', 'a', function (e) {
|
||||
|
|
Loading…
Reference in New Issue