fix: 修复页面布局与搜索键盘事件

This commit is contained in:
2026-03-16 10:11:56 +08:00
parent 4704fe81e9
commit 1e198af3d3
5 changed files with 38 additions and 19 deletions

View File

@ -1,7 +1,7 @@
<template>
<div ref="nav" class="main-nav hidden lg:flex justify-between bg-white">
<!-- 网站Logo -->
<div class="px-5 items-centerflex cursor-pointer w-1/5" slot="brand" @click="goHome">
<div class="px-5 items-center flex cursor-pointer w-1/5" slot="brand" @click="goHome">
<img :src="logo" alt="柚子的网站" class="h-9 align-middle" />
</div>
<!-- 主导航菜单 -->