|
@@ -61,7 +61,7 @@ function renderTab(){
|
|
|
const tableInfoBox = $(".tableInfo").height()
|
|
|
const tableInfoHei = $(".tableInfo table").height()
|
|
|
const mac = isMac()
|
|
|
- if(mac&&tableInfoHei > tableInfoBox){
|
|
|
+ if(!mac&&tableInfoHei > tableInfoBox){
|
|
|
$(".tableTitle").css("paddingRight", 15+'px')
|
|
|
}
|
|
|
// bindInput()
|