fix(front): update Navbar and default layout for improved sticky behavior and background image

This commit is contained in:
keven1024
2025-06-01 21:21:25 +08:00
parent fc7f53faeb
commit dfe75c314a
2 changed files with 13 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div
class="flex flex-row bg-white/50 backdrop-blur-xl p-2 rounded-full gap-1"
class="flex flex-row bg-white/50 backdrop-blur-xl p-2 rounded-full gap-1 sticky top-0 z-10"
>
<div
v-for="item in routes"