Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-qd
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporateCulture-qd
Commits
15f9ca59
Commit
15f9ca59
authored
Jan 27, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 20331】 styles: 调整首页布局样式等,右侧任务栏固定显示
parent
c56852a3
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
2 deletions
+9
-2
index.vue
src/views/homePage/askTab/index.vue
+1
-0
recommendList.vue
src/views/homePage/homeTab/components/recommendList.vue
+1
-0
videoList.vue
src/views/homePage/homeTab/components/videoList.vue
+1
-0
index.vue
src/views/homePage/index.vue
+2
-2
columnList.vue
src/views/homePage/yaTab/components/columnList.vue
+1
-0
interviewList.vue
src/views/homePage/yaTab/components/interviewList.vue
+1
-0
practiceList.vue
src/views/homePage/yaTab/components/practiceList.vue
+1
-0
videoList.vue
src/views/homePage/yaTab/components/videoList.vue
+1
-0
No files found.
src/views/homePage/askTab/index.vue
View file @
15f9ca59
...
@@ -208,6 +208,7 @@
...
@@ -208,6 +208,7 @@
layout=
"prev, pager, next, jumper, total"
layout=
"prev, pager, next, jumper, total"
:total=
"total"
:total=
"total"
class=
"custom-pagination"
class=
"custom-pagination"
:pager-count=
"3"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/homePage/homeTab/components/recommendList.vue
View file @
15f9ca59
...
@@ -117,6 +117,7 @@
...
@@ -117,6 +117,7 @@
}
}
"
"
@size-change="changePageSize"
@size-change="changePageSize"
:pager-count="3"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/homePage/homeTab/components/videoList.vue
View file @
15f9ca59
...
@@ -405,6 +405,7 @@
...
@@ -405,6 +405,7 @@
}
}
"
"
@size-change="changePageSize"
@size-change="changePageSize"
:pager-count="3"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/homePage/index.vue
View file @
15f9ca59
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
</div>
</div>
</div>
</div>
<!-- 屏幕变小直接隐藏 -->
<!-- 屏幕变小直接隐藏 -->
<div
class=
"right flex-col gap-3
xl:flex xl:basis-1/4 hidden
"
>
<div
class=
"right flex-col gap-3
flex basis-1/4
"
>
<!-- 等级等相关信息 -->
<!-- 等级等相关信息 -->
<div
<div
ref=
"levelContainerRef"
ref=
"levelContainerRef"
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</div>
</div>
<div
class=
"submit-container common-box rounded-lg bg-#EDEAFE"
>
<div
class=
"submit-container common-box rounded-lg bg-#EDEAFE"
>
<div
class=
"grid grid-cols-3 gap-2
sm:gap-4
mb-4"
>
<div
class=
"grid grid-cols-3 gap-2 mb-4"
>
<div
<div
class=
"flex flex-col items-center justify-center text-center cursor-pointer hover:-translate-y-1 transition-transform duration-200 p-2 rounded-lg hover:bg-white/10"
class=
"flex flex-col items-center justify-center text-center cursor-pointer hover:-translate-y-1 transition-transform duration-200 p-2 rounded-lg hover:bg-white/10"
@
click=
"publishTopic"
@
click=
"publishTopic"
...
...
src/views/homePage/yaTab/components/columnList.vue
View file @
15f9ca59
...
@@ -115,6 +115,7 @@
...
@@ -115,6 +115,7 @@
}
}
"
"
@size-change="changePageSize"
@size-change="changePageSize"
:pager-count="3"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/homePage/yaTab/components/interviewList.vue
View file @
15f9ca59
...
@@ -114,6 +114,7 @@
...
@@ -114,6 +114,7 @@
}
}
"
"
@size-change="changePageSize"
@size-change="changePageSize"
:pager-count="3"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/homePage/yaTab/components/practiceList.vue
View file @
15f9ca59
...
@@ -218,6 +218,7 @@
...
@@ -218,6 +218,7 @@
}
}
"
"
@size-change="changePageSize"
@size-change="changePageSize"
:pager-count="3"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/homePage/yaTab/components/videoList.vue
View file @
15f9ca59
...
@@ -281,6 +281,7 @@
...
@@ -281,6 +281,7 @@
}
}
"
"
@size-change="changePageSize"
@size-change="changePageSize"
:pager-count="3"
/>
/>
</div>
</div>
</div>
</div>
...
...
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