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;