Commit 7ef690b0 by wusiyi

fix: 首页样式调整

parent b7e73227
......@@ -6,7 +6,7 @@
<headHelper v-if="$route.path.includes('help')" :userInfo="userInfo" />
<headerNavMobile v-else-if="$isMobile" :userInfo="userInfo" />
<div
class="container w-full lg:w-3/4 flex items-center h-full justify-between m-auto"
class="container w-full 2xl:w-3/4 flex items-center h-full justify-between m-auto"
v-else>
<img
class="logo flex items-center justify-center cursor-pointer h-10"
......@@ -22,7 +22,7 @@
</div>
<nav class="navbar flex-1 -ml-20">
<ul
class="navbar_item_wrap flex items-center justify-center gap-14 w-full leading-8">
class="navbar_item_wrap flex items-center justify-center 2xl:gap-14 gap-7 w-full leading-8">
<li
class="navbar_item relative"
:class="{ active: active === item.path }"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment