去掉流量统计默认展开

This commit is contained in:
zhanghongqing
2018-11-08 18:02:07 +08:00
parent 22d1228097
commit 53ece57b5a
2 changed files with 4 additions and 4 deletions

View File

@@ -111,9 +111,9 @@ function page_turn(id, functionId,level, name, url,obj){
// }else{ // }else{
App.startPageLoading({animate:true}); App.startPageLoading({animate:true});
// } // }
if(url.search("/nis/dashboard/")!=-1){ // if(url.search("/nis/dashboard/")!=-1){
$('.page-sidebar .sidebar-toggler').click(); // $('.page-sidebar .sidebar-toggler').click();
} // }
//调入页面 //调入页面
if(url.indexOf("?")>0){ if(url.indexOf("?")>0){

View File

@@ -5075,7 +5075,7 @@ button.list-group-item-danger {
line-height: 1; line-height: 1;
color: #000; color: #000;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
opacity: 0.2; opacity: 1;
filter: alpha(opacity=20); } filter: alpha(opacity=20); }
.close:hover, .close:focus { .close:hover, .close:focus {
color: #000; color: #000;