From 029a77b00c09e5f0dc235bda87aed22bb6796f13 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 19 Jan 2026 21:11:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E5=A4=87=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/other/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/other/index.vue b/src/components/other/index.vue index 1cd17bc..7fe0cdd 100644 --- a/src/components/other/index.vue +++ b/src/components/other/index.vue @@ -1972,14 +1972,15 @@ defineExpose({ } .device-tabs-wrapper { width: 100%; - padding: 0rpx 0rpx 15rpx 0rpx; + padding: 0; + margin: 2rpx 0rpx 15rpx 0rpx; } .device-tabs { display: flex; flex-wrap: wrap; - gap: 20rpx; - padding: 3rpx; + gap: 10rpx; + padding: 0; } .custom-tab-item { padding: 10rpx 20rpx;