zhangxc 5 年之前
父节点
当前提交
bc6862eabb
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/css/moduleManager.less
  2. 1 1
      src/js/moduleManager.js

+ 1 - 1
src/css/moduleManager.less

@@ -22,7 +22,7 @@ h2{
 }
 table{
     .table;
-    min-width: 800px;
+    // min-width: 800px;
     th,td{
         padding: 0 20px;
     }

+ 1 - 1
src/js/moduleManager.js

@@ -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()