提交 be6e222e 编写于 作者: A AndreiCN 提交者: GitHub

Merge pull request #440 from ernaniaz/master

dataTable fixed header bug on sidebar toggle
...@@ -762,6 +762,9 @@ a:focus { ...@@ -762,6 +762,9 @@ a:focus {
position: absolute; position: absolute;
top: 0 top: 0
} }
.nav-md ul.nav.child_menu li:last-child::after {
bottom: 50%;
}
.nav.side-menu>li>a, .nav.side-menu>li>a,
.nav.child_menu>li>a { .nav.child_menu>li>a {
color: #E7E7E7; color: #E7E7E7;
......
...@@ -114,6 +114,8 @@ $MENU_TOGGLE.on('click', function() { ...@@ -114,6 +114,8 @@ $MENU_TOGGLE.on('click', function() {
$BODY.toggleClass('nav-md nav-sm'); $BODY.toggleClass('nav-md nav-sm');
setContentHeight(); setContentHeight();
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
}); });
// check active menu // check active menu
......
...@@ -68,6 +68,8 @@ $(document).ready(function() { ...@@ -68,6 +68,8 @@ $(document).ready(function() {
$BODY.toggleClass('nav-md nav-sm'); $BODY.toggleClass('nav-md nav-sm');
setContentHeight(); setContentHeight();
$('.dataTable').each ( function () { $(this).dataTable().fnDraw(); });
}); });
// check active menu // check active menu
......
...@@ -546,6 +546,9 @@ a:hover, a:focus { ...@@ -546,6 +546,9 @@ a:hover, a:focus {
position: absolute; position: absolute;
top: 0; top: 0;
} }
.nav-md ul.nav.child_menu li:last-child::after {
bottom: 50%;
}
.nav.side-menu>li>a, .nav.child_menu>li>a { .nav.side-menu>li>a, .nav.child_menu>li>a {
color: #E7E7E7; color: #E7E7E7;
font-weight: 500; font-weight: 500;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册