From f9d4bcc7753409168c7bd8d523d1f8b881c007d9 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 4 Feb 2026 16:30:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPackage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Template/BaseInfoFormPackage.vue b/src/components/Template/BaseInfoFormPackage.vue index b0c9865..7017a5a 100644 --- a/src/components/Template/BaseInfoFormPackage.vue +++ b/src/components/Template/BaseInfoFormPackage.vue @@ -233,6 +233,9 @@ export default { grid-template-columns: repeat(2, 1fr); /* 默认2列 */ gap: 0 20px; + /* 防止网格容器被分割到不同页面 */ + page-break-inside: avoid; + break-inside: avoid; } .gap2 {