mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
fix(front): update Navbar background opacity for improved visibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex flex-row bg-white/10 backdrop-blur-xl p-2 rounded-full">
|
||||
<div class="flex flex-row bg-white/50 backdrop-blur-xl p-2 rounded-full">
|
||||
<div v-for="item in routes" :key="item.key"
|
||||
class="flex flex-row items-center gap-2 text-sm px-4 py-2 font-bold rounded-full cursor-pointer relative select-none"
|
||||
@click="()=>{
|
||||
|
||||
Reference in New Issue
Block a user