Skip to content

Commit

Permalink
chore: 제품명 글자 수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tteia committed Nov 1, 2024
1 parent fcf668b commit fe65587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/slide/BestPackageSlide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class="item-img"
@click="this.$router.push(`/product/${item.id}`)"
/>
<span style="font-size:medium; font-weight: 400;" v-if="item.packageName.length > 10"> {{
<span style="font-size:medium; font-weight: 400;" v-if="item.packageName.length > 20"> {{
item.packageName.substring(0, 10)
}}... </span>
<span style="font-size:medium; font-weight: 400;" v-else> {{ item.packageName }}</span>
Expand Down

0 comments on commit fe65587

Please sign in to comment.