fix. [SWV-866] 액션버튼 기능 개선 (이미지 타입 추가)

Made-with: Cursor
This commit is contained in:
clkim
2026-02-27 15:15:59 +09:00
parent 9208aae87f
commit fd83d3ae94
25 changed files with 308 additions and 143 deletions

View File

@@ -69,10 +69,9 @@
type="single"
platform="pc"
class="inspection-launcher"
:icon-component="AtomsIconsPlayRoundFill"
:icon-props="{ size: 16, color: '#332C2A' }"
>
{{ tm('Txt_Game_Start') }}
<AtomsIconsPlayRoundFill :size="16" color="#332C2A" />
</BlocksButtonLauncher>
</div>
</div>
@@ -358,6 +357,9 @@ definePageMeta({
.button-group:deep(.inspection-launcher.btn-base) {
@apply flex-1 bg-[var(--primary)] px-0 rounded md:rounded-lg;
}
.button-group:deep(.inspection-launcher) .text {
@apply flex items-center justify-center gap-[2px] mr-0 md:gap-[4px];
}
.button-group:deep(.inspection-launcher.btn-base .icon-platform) {
@apply hidden;
}