From 8eee9def72d627d0b52c4e23bcb4e5d174eb659a Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 19 Dec 2025 16:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E3=80=81=E9=97=B4=E9=9A=94=E8=B7=9D=E7=A6=BB=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/theme/common.scss | 10 ++++++++++ src/views/elementGroups.vue | 1 + 2 files changed, 11 insertions(+) diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index 05bee70..39391f5 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -101,6 +101,16 @@ body { gap: 12px; } +.gap20{ + display: flex; + gap: 20px; +} +.gap24{ + display: flex; + gap: 24px; +} + + .mt16 { margin-top: 16px; } diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue index 7471270..f4093a6 100644 --- a/src/views/elementGroups.vue +++ b/src/views/elementGroups.vue @@ -339,6 +339,7 @@ 强引导 弱引导 + 警示