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 {