|
@@ -47,15 +47,15 @@ const props = withDefaults(
|
|
|
<div class="flex-1 flex flex-col justify-around">
|
|
|
<div class="flex items-center gap-1">
|
|
|
<div
|
|
|
- class="px-[3px] rounded border border-solid border-[#ff3636] justify-center items-center gap-2.5 inline-flex"
|
|
|
+ class="px-[3px] rounded border border-solid border-[#ff3636] justify-center items-center gap-2.5 inline-flex shrink-0"
|
|
|
>
|
|
|
<div
|
|
|
- class="text-[#ff3e3e] text-[10px] font-normal font-['PingFang_SC'] leading-normal"
|
|
|
+ class="text-[#ff3e3e] text-[10px] font-normal font-['PingFang_SC'] leading-normal "
|
|
|
>
|
|
|
{{ option.materialsName }}
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="text-black text-sm font-normal font-['PingFang_SC'] leading-normal">
|
|
|
+ <div class="text-black text-sm font-normal font-['PingFang_SC'] leading-normal overflow-hidden whitespace-nowrap text-ellipsis">
|
|
|
<!-- GELATO咖啡兑换券 -->
|
|
|
{{ option.couponName }}
|
|
|
</div>
|