修改日志界面列名、列宽.
This commit is contained in:
@@ -9,7 +9,7 @@ $(document).ready(function() {
|
||||
var finalStyle = this.currentStyle ? this.currentStyle : document.defaultView.getComputedStyle(this , null);
|
||||
var fontSize = (finalStyle.fontSize).replace("px","");
|
||||
|
||||
var px = getPixelsCount($(this).text(),fontSize)+55;
|
||||
var px = getPixelsCount($(this).text(),fontSize)+32;
|
||||
this.setAttribute('width',px+'px');
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user