日志的展示宽度判断调整
特定服务中的基础协议和app协议的分类使用同一个分类 增加特定服务和白名单subscribe国际化 样例和https增加compileId查询条件
This commit is contained in:
@@ -24,7 +24,7 @@ $(document).ready(function() {
|
||||
$("table.logTb tbody tr").each(function(){
|
||||
$(this).find("td").each(function(i){
|
||||
var tdText = this.innerText;
|
||||
if((tdText.trim().length > thText.trim().length) && j==i && tdText.trim().length>7){
|
||||
if((tdText.trim().length > thText.trim().length) && j==i){
|
||||
var px = getPixelsCount(thText,fontSize)+100;
|
||||
th.setAttribute('width',px+'px');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user