@@ -363,6 +363,12 @@ function renderPushData() {
}
function empty(){ //显示空状态
setTimeout(function(){
+ if(!$(".rightWrapper .rightBoxTitle").html()){
+ $(".leftWrapper").css({
+ borderRight: "0px",
+ width: "100%"
+ })
+ }
if($(".tabList .tab:first-child").is(".activeTab")&&$(".empty-right:visible").length===0&&$(".moduleItem:visible").length===0){
$(".empty-box").hide();
$(".empty-null").show();