fix. 버튼 기본 사이즈 수정

This commit is contained in:
clkim
2025-10-17 10:35:27 +09:00
parent 05b47e7c37
commit 120580495f
4 changed files with 6 additions and 4 deletions

View File

@@ -102,8 +102,8 @@ const handleButtonClick = (btnInfo: PageDataResourceGroupBtnInfo) => {
<style scoped>
:deep(.btn-market) {
@apply flex items-start bg-[16px_50%] bg-[length:auto_34px] bg-no-repeat
min-w-[113px] pt-[23px] pl-[44px] pr-[22px] text-[11px]
@apply flex items-start bg-[16px_50%] bg-[length:auto_28px] bg-no-repeat
min-w-[113px] pt-[22px] pl-[44px] pr-[22px] text-[11px]
md:min-w-[150px] md:pt-[30px] md:pl-[64px] md:pr-[28px] md:text-[12px] md:bg-[20px_50%] md:bg-[length:auto_40px];
}
</style>