Fix: 修正导航栏动画 & 移除无用代码

This commit is contained in:
2025-07-18 11:42:21 +08:00
parent e9d254c4e7
commit 25d4dc7a7f
2 changed files with 1 additions and 14 deletions

View File

@ -420,7 +420,7 @@
worksheet.mergeCells('F5:H6')
// 自动调整列宽
for (const [index, column] of worksheet.columns.entries()) {
for (const [_index, column] of worksheet.columns.entries()) {
let maxLength = 0
if (column && typeof column.eachCell === 'function') {