日志查询-配置信息页面样式调整
This commit is contained in:
@@ -67,7 +67,7 @@ $(function(){
|
||||
setIsHexBin(this);
|
||||
});
|
||||
$("a[name=viewLogInfo]>i").on("click",function(){
|
||||
/*
|
||||
|
||||
var url=$(this).parents("a").attr("url");
|
||||
var compileId=$(this).parents("a").attr("compileId");
|
||||
var pzhtml="";
|
||||
@@ -85,10 +85,12 @@ $(function(){
|
||||
htmls+="<div class='row'>";
|
||||
htmls = htmls+data;
|
||||
subTab=subTab+htmls;
|
||||
pzhtml=subTab;
|
||||
//pzhtml=subTab.replace('col-md-4','col-md-8');
|
||||
var reg = new RegExp( 'col-md-4' , "g" )
|
||||
pzhtml = subTab.replace( reg , 'col-md-6' );
|
||||
}
|
||||
});
|
||||
}*/
|
||||
}
|
||||
var html = "<div class='logInfo'>";
|
||||
$(this).parents("tr").find("td").each(function(index,element){
|
||||
if(index >0){
|
||||
@@ -112,10 +114,10 @@ $(function(){
|
||||
html+="</div>";
|
||||
}
|
||||
})
|
||||
/*
|
||||
|
||||
if(pzhtml!=null && pzhtml!=""){
|
||||
html+="<hr style='width: 105%;margin-left: -5%;border-top: 1px solid #c5c5c5;' />";
|
||||
html+="<div style='width:100%'>"
|
||||
html+="<div style='width:100%;word-break: break-all;'>"
|
||||
html+=pzhtml;
|
||||
html +='<script>';
|
||||
html +='$(document).ready(function() {'
|
||||
@@ -127,10 +129,10 @@ $(function(){
|
||||
html+="</div>"
|
||||
}
|
||||
html +="</br></div>";
|
||||
top.$.jBox(html,{height:450,width:700,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});*/
|
||||
html +="</div>";
|
||||
top.$.jBox(html,{height:450,width:750,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});
|
||||
/*html +="</div>";
|
||||
|
||||
top.$.jBox(html,{height:450,width:600,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});
|
||||
top.$.jBox(html,{height:450,width:600,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});*/
|
||||
});
|
||||
//表格中的tooltips鼠标点击复制完整的内容
|
||||
$("td>.tooltips").not(".addrPool").on("click",function(){
|
||||
|
||||
Reference in New Issue
Block a user