fix. 코드 리팩토링

This commit is contained in:
clkim
2026-01-16 14:55:02 +09:00
parent c8cd7f780e
commit 40dc7f0e40
34 changed files with 238 additions and 369 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"