diff --git a/src/components/layouts/AppThirdNav.vue b/src/components/layouts/AppThirdNav.vue
index 947042e..0b3cc4e 100644
--- a/src/components/layouts/AppThirdNav.vue
+++ b/src/components/layouts/AppThirdNav.vue
@@ -5,9 +5,6 @@ import {
BreadcrumbList,
} from "@/components/ui/breadcrumb";
import { useRoute } from "vue-router";
-import { Icon } from "@iconify/vue";
-
-
const route = useRoute();
const thirdNavItems = route.meta.thirdNavItems as ThirdItemInterface[];
console.log(route);
@@ -33,11 +30,6 @@ interface ThirdItemInterface {
:key="index"
class="top-item"
>
-
{{ item.title }}
@@ -66,6 +58,7 @@ $font: #8c9296;
display: flex;
align-items: center;
}
+
.top {
&-ol {
width: 100%;
@@ -99,10 +92,11 @@ $font: #8c9296;
}
&-item {
text-align: center;
- display: inline-flex;
+ // width: 80%;
+ width: max-content;
+ height: 100%;
+ display: flex;
align-items: center;
- justify-content: center;
- flex-direction: row;
margin-left: 10px;
}
&-label {
@@ -111,9 +105,11 @@ $font: #8c9296;
display: flex;
}
&-link {
- line-height: 50px;
- transition: all 0.3s ease-in-out;
-
+ // line-height: 50px;
+ width: max-content;
+ height: 100%;
+ display: flex;
+ align-items: center;
}
&-label {
width: 100%;