Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
offical_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjie
offical_web
Commits
7ef690b0
Commit
7ef690b0
authored
May 13, 2026
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 首页样式调整
parent
b7e73227
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/components/head.vue
+2
-2
No files found.
src/components/head.vue
View file @
7ef690b0
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<headHelper
v-if=
"$route.path.includes('help')"
:userInfo=
"userInfo"
/>
<headHelper
v-if=
"$route.path.includes('help')"
:userInfo=
"userInfo"
/>
<headerNavMobile
v-else-if=
"$isMobile"
:userInfo=
"userInfo"
/>
<headerNavMobile
v-else-if=
"$isMobile"
:userInfo=
"userInfo"
/>
<div
<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
>
v-else
>
<img
<img
class=
"logo flex items-center justify-center cursor-pointer h-10"
class=
"logo flex items-center justify-center cursor-pointer h-10"
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</div>
</div>
<nav
class=
"navbar flex-1 -ml-20"
>
<nav
class=
"navbar flex-1 -ml-20"
>
<ul
<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
<li
class=
"navbar_item relative"
class=
"navbar_item relative"
:class=
"
{ active: active === item.path }"
:class=
"
{ active: active === item.path }"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment