This commit is contained in:
Cindy Chang
2024-08-09 11:28:44 +08:00
parent a29f3c6406
commit 3037299fd6
5 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<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">
<figure>
<DspLogo />

View File

@@ -1,5 +1,5 @@
<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="flex justify-between items-center flex-wrap relative" v-show="showNavbarBreadcrumb">
<div id="nav_bar" class="flex flex-1 items-center">