mark ids
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mx-auto px-4 h-14 z-50">
|
<div id='header.vue' class="mx-auto px-4 h-14 z-50">
|
||||||
<div class="flex justify-between items-center h-full">
|
<div class="flex justify-between items-center h-full">
|
||||||
<figure>
|
<figure>
|
||||||
<DspLogo />
|
<DspLogo />
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<nav class="bg-neutral-700">
|
<nav id='nav_bar' class="bg-neutral-700">
|
||||||
<div class="mx-auto px-4" :class="[showNavbarBreadcrumb? 'min-h-12': 'h-12']">
|
<div class="mx-auto px-4" :class="[showNavbarBreadcrumb? 'min-h-12': 'h-12']">
|
||||||
<div class="flex justify-between items-center flex-wrap relative" v-show="showNavbarBreadcrumb">
|
<div class="flex justify-between items-center flex-wrap relative" v-show="showNavbarBreadcrumb">
|
||||||
<div id="nav_bar" class="flex flex-1 items-center">
|
<div id="nav_bar" class="flex flex-1 items-center">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<header>
|
<header id="authcontainer_header_navbar_container">
|
||||||
<Header />
|
<Header />
|
||||||
<Navbar />
|
<Navbar />
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<ModalContainer/>
|
<ModalContainer/>
|
||||||
<header class="sticky inset-x-0 top-0 w-full bg-neutral-10 z-10">
|
<header id='header_inside_maincontainer' class="sticky inset-x-0 top-0 w-full bg-neutral-10 z-10">
|
||||||
<Header/>
|
<Header/>
|
||||||
<Navbar/>
|
<Navbar/>
|
||||||
</header>
|
</header>
|
||||||
<main class="w-full">
|
<main id='loading_and_router_view_container_in_maincontainer' class="w-full">
|
||||||
<Loading v-if="loadingStore.isLoading" />
|
<Loading v-if="loadingStore.isLoading" />
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<header>
|
<header id="notfound_404">
|
||||||
<Header/>
|
<Header/>
|
||||||
<Navbar/>
|
<Navbar/>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user