fix. 점검페이지 게임시작 버튼 라운드 스타일 수정

This commit is contained in:
clkim
2026-02-12 13:50:53 +09:00
parent b7a17eee6d
commit 2a5e95717e

View File

@@ -58,7 +58,7 @@
<div class="button-group justify-center"> <div class="button-group justify-center">
<AtomsButton <AtomsButton
variant="outlined" variant="outlined"
class="flex-1 size-extra-small md:size-small" class="flex-1 px-0 size-extra-small md:size-small"
@click="handleCommunityClick" @click="handleCommunityClick"
> >
<span class="text">{{ tm('Inspection_Community_Btn') }}</span> <span class="text">{{ tm('Inspection_Community_Btn') }}</span>
@@ -356,7 +356,7 @@ definePageMeta({
} }
.button-group:deep(.inspection-launcher.btn-base) { .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) { .button-group:deep(.inspection-launcher.btn-base .icon-platform) {
@apply hidden; @apply hidden;