Align order detail heading
This commit is contained in:
@@ -32,7 +32,7 @@ const currentOrderCode = computed(() => formatOrderCode(currentOrder.value?.code
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="flex flex-wrap items-center gap-4 px-1">
|
<div class="flex flex-wrap items-center gap-3 px-1">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/orders"
|
to="/orders"
|
||||||
aria-label="Назад к моим заказам"
|
aria-label="Назад к моим заказам"
|
||||||
@@ -42,12 +42,8 @@ const currentOrderCode = computed(() => formatOrderCode(currentOrder.value?.code
|
|||||||
<path d="M11.5 4.5L6 10L11.5 15.5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" />
|
<path d="M11.5 4.5L6 10L11.5 15.5" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" />
|
||||||
</svg>
|
</svg>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<span class="h-8 w-px bg-[#d8e4dd]" />
|
<h1 class="text-2xl font-black tracking-[-0.03em] text-[#123824] md:text-3xl">
|
||||||
<h1 class="flex flex-wrap items-baseline gap-x-3 gap-y-1 text-2xl font-black tracking-[-0.03em] text-[#123824] md:text-3xl">
|
Заказ {{ currentOrderCode }}
|
||||||
<span class="text-sm font-bold uppercase tracking-[0.18em] text-[#6a8a76]">
|
|
||||||
Заказ
|
|
||||||
</span>
|
|
||||||
<span>{{ currentOrderCode }}</span>
|
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user