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
09b9724c
Commit
09b9724c
authored
Nov 14, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 移动端样式适配
parent
53aec777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
src/views/help/components/homeGuides.vue
+10
-2
No files found.
src/views/help/components/homeGuides.vue
View file @
09b9724c
...
...
@@ -18,7 +18,7 @@
</div>
<div
class=
"tabs flex gap-5"
>
<div
class=
"tab flex justify-center items-center text-gray-700 font-medium
text-sm
cursor-pointer"
class=
"tab flex justify-center items-center text-gray-700 font-medium
lg:text-sm text-xs
cursor-pointer"
v-for=
"(sub, index) in tab.content"
@
click=
"setCurrentTab(tabIndex, index)"
:key=
"sub.key"
...
...
@@ -26,7 +26,8 @@
{{
sub
.
subtitle
}}
</div>
</div>
<div
class=
"tab-content grid grid-cols-3 gap-x-10 gap-y-8 mt-5"
>
<div
class=
"tab-content lg:grid lg:grid-cols-3 gap-x-10 lg:gap-y-8 gap-2 mt-5 flex flex-col"
>
<div
v-for=
"c in tab.content[getCurrentTab(tabIndex)].articles"
:key=
"c.article"
>
...
...
@@ -131,6 +132,13 @@ export default {
}
}
@media
(
max-width
:
1024px
)
{
.tab
{
width
:
80px
;
height
:
30px
;
}
}
.content-title
{
position
:
relative
;
transition
:
all
0.2s
ease
;
...
...
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