|
@@ -9,19 +9,19 @@
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<template>
|
|
<template>
|
|
|
- <section class="content container-md d-flex flex-column">
|
|
|
|
|
|
|
+ <section class="content container-md d-flex flex-column gap-5">
|
|
|
<header>
|
|
<header>
|
|
|
<nav class="container p-4">
|
|
<nav class="container p-4">
|
|
|
<ul class="d-flex justify-content-between p-0 m-0">
|
|
<ul class="d-flex justify-content-between p-0 m-0">
|
|
|
<section class="d-flex gap-3 ">
|
|
<section class="d-flex gap-3 ">
|
|
|
<li><NuxtLink to="/"><img src="../public/images/image01.webp" alt=""></NuxtLink></li>
|
|
<li><NuxtLink to="/"><img src="../public/images/image01.webp" alt=""></NuxtLink></li>
|
|
|
- <li class="d-sm-none d-xl-flex"><NuxtLink to="">Заявки</NuxtLink></li>
|
|
|
|
|
- <li class="d-sm-none d-xl-flex"><NuxtLink to="">Создать заявку</NuxtLink></li>
|
|
|
|
|
|
|
+ <li class="d-sm-none d-xl-flex"><NuxtLink to="/orders">Заявки</NuxtLink></li>
|
|
|
|
|
+ <li class="d-sm-none d-xl-flex"><NuxtLink to="/create-order">Создать заявку</NuxtLink></li>
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<section class="d-flex gap-3 ">
|
|
<section class="d-flex gap-3 ">
|
|
|
- <li class="d-sm-none d-xl-flex"><NuxtLink to="/signIn" class="btn btn-primary ">авторизация</NuxtLink></li>
|
|
|
|
|
- <li class="d-sm-none d-xl-flex"><NuxtLink to="/signUp" class="btn btn-primary">Регистрация</NuxtLink></li>
|
|
|
|
|
|
|
+ <li class="d-sm-none d-xl-flex"><NuxtLink to="/signIn" class="btn btn-primary d-flex justify-content-center align-items-center">авторизация</NuxtLink></li>
|
|
|
|
|
+ <li class="d-sm-none d-xl-flex"><NuxtLink to="/signUp" class="btn btn-primary d-flex justify-content-center align-items-center">Регистрация</NuxtLink></li>
|
|
|
<button class="d-xl-none d-lg-flex navbar-toggler btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
|
|
<button class="d-xl-none d-lg-flex navbar-toggler btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
|
|
|
Меню
|
|
Меню
|
|
|
</button>
|
|
</button>
|
|
@@ -32,7 +32,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="offcanvas-body">
|
|
<div class="offcanvas-body">
|
|
|
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3 d-flex flex-column gap-3">
|
|
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3 d-flex flex-column gap-3">
|
|
|
- <li><NuxtLink to="/order">Заявки</NuxtLink></li>
|
|
|
|
|
|
|
+ <li><NuxtLink to="/orders">Заявки</NuxtLink></li>
|
|
|
<li><NuxtLink to="/create-order">Создать заявку</NuxtLink></li>
|
|
<li><NuxtLink to="/create-order">Создать заявку</NuxtLink></li>
|
|
|
<li><NuxtLink to="/signIn">авторизация</NuxtLink></li>
|
|
<li><NuxtLink to="/signIn">авторизация</NuxtLink></li>
|
|
|
<li><NuxtLink to="/signUp">Регистрация</NuxtLink></li>
|
|
<li><NuxtLink to="/signUp">Регистрация</NuxtLink></li>
|
|
@@ -68,5 +68,6 @@
|
|
|
}
|
|
}
|
|
|
a{
|
|
a{
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
|
|
+ text-align: center;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|