fix: 修复页面布局与搜索键盘事件
This commit is contained in:
@ -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>
|
||||
<!-- 主导航菜单 -->
|
||||
|
||||
Reference in New Issue
Block a user