From 16dc051dbc87174656d29d44fb454ba03195996d Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期二, 18 十一月 2025 14:28:14 +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