feat: 쿠폰등록

This commit is contained in:
최만억 (Jo)
2025-11-10 06:22:43 +00:00
committed by 김채린
parent ceee82268c
commit 77c760c022
33 changed files with 2681 additions and 16 deletions

View File

@@ -43,11 +43,11 @@ const componentProps = computed(() => {
<template>
<div class="flex flex-wrap items-end justify-between mb-[16px] 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]"
class="text-[#1F1F1F] text-[18px] font-bold leading-[26px] tracking-[-0.54px] md:text-[24px] md:leading-[34px] md:tracking-[0.72px] shrink-0"
>
<span>{{ props.title }}</span>
</h3>
<div class="flex items-center justify-between">
<div class="flex items-center justify-between w-full">
<slot />
<p
v-if="props.description && !props.link"