This commit is contained in:
Swift
2024-02-23 13:21:51 +03:30
parent 0fd34d5b4e
commit 9bc0ff902a
5 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<footer class="site--footer" style=" position: relative;
z-index: 999;">
z-index: 10;">
<div class="container">
<div class="row">
<section class="col-12 r1">
+7 -1
View File
@@ -23,6 +23,12 @@
<nuxt-link :to="{ name: 'contact' }" tag="li">
<a>ارتباط با ما</a>
</nuxt-link>
<nuxt-link :to="{ name: 'surveys' }" tag="li">
<a>نظرسنجی</a>
</nuxt-link>
<nuxt-link :to="{ name: 'complaint' }" tag="li">
<a> ثبت شکایت </a>
</nuxt-link>
</ul>
<div class="title">
<!-- <span>نمایندگی</span>-->
@@ -52,7 +58,7 @@
<div class="title">
<!-- <span>حساب کاربری</span>-->
</div>
<ul>
<ul style="margin-bottom: 3rem;">
<nuxt-link :to="isUser ? { name: 'account' } : { name: 'auth-login-register' }" tag="li">
<a>
<span v-if="isUser">{{ $auth.user.first_name + ' ' + $auth.user.last_name }}</span>
+8
View File
@@ -90,6 +90,14 @@
<a>ثبت شکایت</a>
</nuxt-link>
<nuxt-link
:to="{ name: 'surveys'}"
:class="$route.name.includes('surveys') && 'active'"
tag="li"
>
<a>نظرسنجی</a>
</nuxt-link>
</ul>
</nav>
+1 -1
View File
@@ -4,7 +4,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 10;
z-index: 11;
a {
color: #fff;
+2 -2
View File
@@ -8,7 +8,7 @@
position: fixed;
top: 55px;
left: 0;
z-index: 15;
z-index: 200;
height: 100vh;
@include boxShadow(10px 10px 10px rgba(#000, 0.4));
@@ -42,6 +42,6 @@
position: fixed;
top: 60px;
left: 0;
z-index: 14;
z-index: 199;
}
}