From d135e1ee71dbef9b345f399c1c30cd214517379f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EB=A7=8C=EC=96=B5=20=28Jo=29?= Date: Fri, 28 Nov 2025 05:35:10 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20[QA|=EB=94=94=EC=9E=90=EC=9D=B8QA]=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=20=EB=B0=8F=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/atoms/Tooltip.vue | 4 +- layers/components/blocks/Button/Launcher.vue | 13 +- layers/templates/FxDownload01/index.vue | 138 ++++++++++--------- 3 files changed, 86 insertions(+), 69 deletions(-) diff --git a/layers/components/atoms/Tooltip.vue b/layers/components/atoms/Tooltip.vue index ef24ce9..d22a26f 100644 --- a/layers/components/atoms/Tooltip.vue +++ b/layers/components/atoms/Tooltip.vue @@ -266,7 +266,7 @@ onUnmounted(() => {

diff --git a/layers/components/blocks/Button/Launcher.vue b/layers/components/blocks/Button/Launcher.vue index 3d3a0aa..4617fe8 100644 --- a/layers/components/blocks/Button/Launcher.vue +++ b/layers/components/blocks/Button/Launcher.vue @@ -106,7 +106,10 @@ const handleClick = () => { - + @@ -153,7 +156,13 @@ const handleClick = () => { md:text-[16px]; } .btn-base.default .icon-download { - @apply border-l border-white/10 ml-auto pl-4; + @apply ml-auto pl-4; +} +.btn-base.default .btn-content { + @apply justify-center; +} +.btn-base.default[data-platform='pc'] .btn-content { + @apply justify-start; } .btn-base.default[data-platform='stove'] { @apply bg-[#FC4420]; diff --git a/layers/templates/FxDownload01/index.vue b/layers/templates/FxDownload01/index.vue index 481ca82..7fed015 100644 --- a/layers/templates/FxDownload01/index.vue +++ b/layers/templates/FxDownload01/index.vue @@ -137,17 +137,17 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
{ /> -

- {{ tm('Download_Box_PC_Title') }} +

+ {{ tm('Download_Box_PC_Title') }} - -

+ + - + - - {{ tm('Download_Box_PC_SpecCheck') }} - - + + {{ tm('Download_Box_PC_SpecCheck') }} + + +
{{ tm('Download_Button_PC_Mobile') }}
@@ -219,7 +223,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => { {{ tm('Download_Button_PC') }} @@ -248,35 +252,39 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
-

- {{ tm('Download_Box_MOBILE_Title') }} -

+

+ {{ tm('Download_Box_MOBILE_Title') }} +

- - {{ tm('Download_Box_MOBILE_SpecCheck') }} - - + + {{ tm('Download_Box_MOBILE_SpecCheck') }} + + +
{