From 393233bf1f5f8949e249eec2c6113f6011ea6771 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 12 十一月 2025 15:04:09 +0800
Subject: [PATCH] 修改新增
---
src/utils/exportWord.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/exportWord.js b/src/utils/exportWord.js
index 86f5a0f..53b0013 100644
--- a/src/utils/exportWord.js
+++ b/src/utils/exportWord.js
@@ -71,7 +71,7 @@
case 'coverImg': // 封面图:600x300
return [600, 300];
default: // 默认尺寸:400x300
- return [80, 100];
+ return [80, 130];
}
}
});
--
Gitblit v1.9.2