Commit b37c8488 authored by 张牧越's avatar 张牧越

下部分可收起

parent 7e95fab6
......@@ -68,10 +68,14 @@
</div>
<div id="popup-info" class="hidden popup-info"></div>
<img style="position:fixed;bottom: 0;left:50%; width:30px;cursor: pointer;transform: translateX(-50%);display: none;"
class="show-arrow" onclick="getBottomData.showBottom()" src="../static/images/icon_shang.png" alt="">
<div class="bottom-item-table">
<div class="panel-item panel-item2" id="table-bottom">
<div class="panel-title">
<p class="name">异常信息汇总</p>
<img style="width: 30px;margin-left:180px;cursor: pointer;" onclick="getBottomData.hideBottom()"
src="../static/images/icon_xia.png" alt="">
<div class="value">
<button class="switch prev-month layui-btn layui-btn-normal"
onclick="getBottomData.getPrevMonth()">上月</button>
......
......@@ -875,4 +875,5 @@ td {
height: inherit;
padding: 6px 12px;
line-height: inherit;
background-color: #46A6D8;
}
\ No newline at end of file
......@@ -619,6 +619,16 @@ var getBottomData = {
}
});
},
showBottom: function () {
$('.content-bg.content-bg-xia').show()
$('.bottom-item-table').show()
$('.show-arrow').hide()
},
hideBottom: function () {
$('.content-bg.content-bg-xia').hide()
$('.bottom-item-table').hide()
$('.show-arrow').show()
}
}
$(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment