diff --git a/src/controllers/select.js b/src/controllers/select.js index 4cff768ef..41a0af949 100644 --- a/src/controllers/select.js +++ b/src/controllers/select.js @@ -422,11 +422,11 @@ function collaborativeEditBox() { } } else { // 合并取消变成多个单元格时执行 - change_width = all_width[count_col[0]] - all_width[count_col[0] - 1] -1 + change_width = all_width[count_col[0]] - all_width[count_col[0] - 1] - 1 if(count_col[0] === 0) { change_width = all_width[count_col[0]] - 1 } - change_height = all_height[count_row[0]] - all_height[count_row[0] - 1] -1 + change_height = all_height[count_row[0]] - all_height[count_row[0] - 1] - 1 if(count_row[0] === 0) { change_height = all_height[count_row[0]] - 1 } @@ -458,7 +458,7 @@ function selectionCopyShow(range) { let copyDomHtml = '
' + '
' + - '
' + + '
' + '
' + '
' + '
' +