From 2a5e95717e3269f57b1657a67de7bf643a9494d3 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 12 Feb 2026 13:50:53 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EC=A0=90=EA=B2=80=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EA=B2=8C=EC=9E=84=EC=8B=9C=EC=9E=91=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EB=9D=BC=EC=9A=B4=EB=93=9C=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/inspection/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pages/inspection/index.vue b/app/pages/inspection/index.vue index fc158c5..c9fc118 100644 --- a/app/pages/inspection/index.vue +++ b/app/pages/inspection/index.vue @@ -58,7 +58,7 @@
{{ tm('Inspection_Community_Btn') }} @@ -356,7 +356,7 @@ definePageMeta({ } .button-group:deep(.inspection-launcher.btn-base) { - @apply flex-1 bg-[var(--primary)] px-[20px]; + @apply flex-1 bg-[var(--primary)] px-0 rounded md:rounded-lg; } .button-group:deep(.inspection-launcher.btn-base .icon-platform) { @apply hidden;