|
@@ -72,7 +72,7 @@ function toCategories() {
|
|
|
</span>
|
|
|
<template #dropdown>
|
|
|
<div class="w-1200px p-30px flex justify-center">
|
|
|
- <div class="pr-10px">
|
|
|
+ <div class="pr-10px w-440px">
|
|
|
<div class="mb-20px text-16px fw-800 text-#333 flex items-center">
|
|
|
<NuxtLink to="/categories">
|
|
|
By Category
|
|
@@ -86,12 +86,12 @@ function toCategories() {
|
|
|
:to="`/categories/${item.slug}`"
|
|
|
class="text-#333 ml-10px text-14px"
|
|
|
>
|
|
|
- {{ item.contentTitle }}
|
|
|
+ {{ item.title }}
|
|
|
</NuxtLink>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div v-if="TrendList.length" class="pl-30px b-l-1px b-l-solid b-l-#E0E4EA">
|
|
|
+ <div v-if="TrendList.length" class="pl-30px b-l-1px b-l-solid b-l-#E0E4EA flex-1">
|
|
|
<div class="mb-20px text-16px fw-800 text-#333 flex items-center">
|
|
|
<NuxtLink to="/trends">
|
|
|
By Trend
|