|
@@ -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%',
|