From 7a5f71b1a9868ea0a90a097d24890454b8f7ef34 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 27 十一月 2025 10:27:32 +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