From 397c319ba164430d8538cc71648393ff41c00da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 10 Oct 2025 11:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B1=E5=BA=A6=E4=B9=9D=E5=A4=A7=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=88=86=E5=BC=80=E5=9B=BE=E6=A0=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DeepNineModel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index 082a367..7ce9f17 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -193,7 +193,7 @@ const closeNoPermissionDialog = () => { align-items: center; justify-content: center; /* 添加水平居中 */ - /* gap: 23px; */ + gap: 23px; margin-bottom: 10px; flex-wrap: wrap; /* 添加换行支持,防止小屏幕溢出 */