fix
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
z-index: 11;
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user