From 64f479c62a6eca3c83011494bda0470050ef3fb4 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Thu, 16 Apr 2026 12:10:19 +0800 Subject: [PATCH] fix: UI --- components/WifiCard.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/WifiCard.vue b/components/WifiCard.vue index fd303d2..7cb20ae 100644 --- a/components/WifiCard.vue +++ b/components/WifiCard.vue @@ -44,4 +44,8 @@ .wifi-details { flex: 1; } } } + + .btn-group{ + padding-right: var(--space-md); + }