feat:新增 tagview 导航页

This commit is contained in:
JaguarJack
2024-03-23 17:21:39 +08:00
parent c3eb2443b6
commit b81b9b66c8
10 changed files with 236 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="w-10 h-10 grid place-items-center rounded-full mt-3 hover:cursor-pointer">
<div class="w-10 h-10 grid place-items-center rounded-full mt-2 hover:cursor-pointer">
<div class="flex flex-row w-96">
<Icon name="magnifying-glass" class="hidden sm:block" @click="searchMenuVisiable = true" />