Merge commit '40dc7f0e409841a51946ac4f00aecbdc67be0a9e' into feature/20260130_cl_SWV-812

This commit is contained in:
clkim
2026-01-16 15:01:41 +09:00
37 changed files with 264 additions and 374 deletions

View File

@@ -228,7 +228,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
<BlocksButtonLauncher
v-else-if="breakpoints.isMd || breakpoints.isDesktop"
platform="pc"
class="!w-full !max-w-[300px]"
class="w-[300px]"
@click="
handleSendLog(
t('Download_Button_PC_Download', {}, { locale: 'ko' })
@@ -310,7 +310,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
: true
"
:platform="`${os.platformCode as Platform}`"
class="!w-full"
class="w-full"
@click="handleSendLog(formatSnakeToTitle(os.platformCode))"
>
<span>{{ os.platformText }}</span>
@@ -384,7 +384,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
</ul>
<AtomsButton
type="action"
button-size="size-small"
size="size-small"
background-color="#383838"
text-color="#FFFFFF"
class="shrink-0 w-[206px] px-0 text-[16px]"
@@ -445,7 +445,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
<AtomsButton
type="link"
button-size="size-small"
size="size-small"
background-color="#383838"
text-color="#FFFFFF"
class="w-full px-0"