From 8c2a7060395aa428811af8b4195e2cef8ec93131 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 20 十一月 2025 09:30:13 +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