Browse Source

子目换算去掉序号列宽度

zhangweicheng 6 years ago
parent
commit
4b12d576c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/main/js/views/sub_view.js

+ 1 - 1
web/building_saas/main/js/views/sub_view.js

@@ -97,7 +97,7 @@ let subObj = {
         let totalWidth = $('#subItems').width();
         //人材机和项目特征文本比例
         const openWidth = 30;//打开项目特征工具条
-        const tab_tem = (305+openWidth+10+30)/totalWidth;//tab显示框默认宽度:305(表格宽度) + 30(工具条宽度)+10(resize div 宽度)+30(序号列宽度)
+        const tab_tem = (305+openWidth+10)/totalWidth;//tab显示框默认宽度:305(表格宽度) + 30(工具条宽度)+10(resize div 宽度)
         let textVisible = $('#replaceText').is(':visible'),
             //默认比例
             textPercent = tab_tem * 100 + '%',//'15%',