fix: [QA|디자인QA] 개선 및 버그 수정

This commit is contained in:
최만억 (Jo)
2025-11-28 05:35:10 +00:00
committed by 김채린
parent 43e5df34fc
commit d135e1ee71
3 changed files with 86 additions and 69 deletions

View File

@@ -106,7 +106,10 @@ const handleClick = () => {
<span class="text">
<slot />
</span>
<span v-if="type === 'default'" class="icon-download">
<span
v-if="type === 'default' && platform === 'pc'"
class="icon-download"
>
<AtomsIconsDownloadLine />
</span>
</span>
@@ -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];