From 140c0ed7e03c44b32264c9f436547740385b2c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Wed, 13 Aug 2025 14:28:21 +0800 Subject: [PATCH] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/src/components/DeviceSelection/index.module.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cunkebao/src/components/DeviceSelection/index.module.scss b/Cunkebao/src/components/DeviceSelection/index.module.scss index 33642dd7..8d004a48 100644 --- a/Cunkebao/src/components/DeviceSelection/index.module.scss +++ b/Cunkebao/src/components/DeviceSelection/index.module.scss @@ -68,7 +68,6 @@ .deviceItem { display: flex; flex-direction: column; - gap: 8px; padding: 12px; background: #fff; border-radius: 12px; @@ -86,7 +85,6 @@ display: flex; align-items: center; gap: 8px; - margin-bottom: 8px; } .checkboxContainer {