From 9d6a2eed05ae660fb65515217e156817fc4d6443 Mon Sep 17 00:00:00 2001 From: fei <654896146@qq.com> Date: Tue, 8 Dec 2020 22:21:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=8D=E5=88=B6=E9=80=89=E5=8C=BA?= =?UTF-8?q?=E8=99=9A=E7=BA=BF=E6=A1=86=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/select.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/controllers/select.js b/src/controllers/select.js index 4cff768..41a0af9 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 = '
' + '
' + - '
' + + '
' + '
' + '
' + '
' +