fix. [PWT-145, PWT-146] 텍스트 말줄임표 제거

This commit is contained in:
clkim
2025-12-02 12:29:52 +09:00
parent 7dcd02ab6e
commit 83d1010079
5 changed files with 11 additions and 11 deletions

View File

@@ -41,13 +41,13 @@ const componentProps = computed(() => {
</script>
<template>
<div class="flex justify-between mb-[16px] md:mb-[24px]">
<div class="flex justify-between gap-3 mb-[16px] md:gap-6 md:mb-[24px]">
<h3
class="text-[#1F1F1F] text-[18px] font-bold leading-[26px] tracking-[-0.54px] md:text-[24px] md:leading-[34px] md:tracking-[-0.72px] shrink-0"
class="text-[#1F1F1F] text-[18px] font-bold leading-[26px] tracking-[-0.54px] md:text-[24px] md:leading-[34px] md:tracking-[-0.72px]"
>
<span>{{ props.title }}</span>
</h3>
<div class="flex items-center justify-between">
<div class="flex items-center justify-between shrink-0">
<slot />
<p
v-if="props.description && !props.link"