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') }}
+
+
+