Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resources_pc
Project
Project
Details
Activity
Releases
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
张伯涛
tea_resources_pc
Commits
3654b32e
Commit
3654b32e
authored
May 10, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
06ce9050
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
100 additions
and
35 deletions
+100
-35
edcationCenter_img.png
src/assets/image/edcationCenter_img.png
+0
-0
index.vue
src/views/assessmentRating/index.vue
+2
-2
detail.vue
src/views/collaborationCases/detail.vue
+1
-1
index.vue
src/views/collaborationCases/index.vue
+89
-27
index.vue
src/views/collaborationCases/seamlessScroll/index.vue
+4
-1
index.vue
src/views/educationCenter/index.vue
+4
-4
No files found.
src/assets/image/edcationCenter_img.png
0 → 100644
View file @
3654b32e
45.7 KB
src/views/assessmentRating/index.vue
View file @
3654b32e
...
...
@@ -135,7 +135,7 @@ export default {
//height: 400px;
.codeImg
{
position
:
fixed
;
bottom
:
300
px
;
bottom
:
95
px
;
right
:
50px
;
z-index
:
2
;
cursor
:
pointer
;
...
...
@@ -148,7 +148,7 @@ export default {
}
.suggestionCard
{
position
:
fixed
;
bottom
:
374
px
;
bottom
:
168
px
;
right
:
50px
;
z-index
:
2
;
cursor
:
pointer
;
...
...
src/views/collaborationCases/detail.vue
View file @
3654b32e
...
...
@@ -104,7 +104,7 @@ export default {
width
:
1189px
;
height
:
2px
;
background
:
#f5f9fd
;
margin
:
37px
0
60
px
;
margin
:
37px
0
34
px
;
}
}
}
...
...
src/views/collaborationCases/index.vue
View file @
3654b32e
This diff is collapsed.
Click to expand it.
src/views/collaborationCases/seamlessScroll/index.vue
View file @
3654b32e
...
...
@@ -64,7 +64,10 @@ export default {
},
methods
:
{
getEducation
()
{
competitionList
().
then
(
res
=>
{
const
params
=
{
flag
:
'1'
}
competitionList
(
params
).
then
(
res
=>
{
this
.
historyList
=
res
.
data
})
}
...
...
src/views/educationCenter/index.vue
View file @
3654b32e
<
template
>
<div>
<nav-list
:list=
"navList"
/>
<nav-list
:list=
"navList"
:current-menu=
"'/collaborationCases/index'"
/>
<div
class=
"news_module"
>
<div
class=
"news_navbar"
>
<div
class=
"navbar_title"
>
合作案例
</div>
...
...
@@ -120,14 +120,14 @@ export default {
.news_module
{
margin
:
72px
0
0
0
;
width
:
1920px
;
height
:
3014px
;
//
height: 3014px;
background
:
#f5f9fd
;
::v-deep
.el-pagination
{
display
:
flex
;
justify-content
:
center
;
}
.pagination-container
{
padding
:
3
8px
0
76px
0
;
padding
:
8px
0
76px
0
;
background
:
none
;
}
.news_navbar
{
...
...
@@ -153,7 +153,7 @@ export default {
.newsList
{
//padding: 64px 0 0 48px;
width
:
1200px
;
height
:
2805
px
;
height
:
1910
px
;
//background: #FFFFFF;
//border-radius: 2px;
//box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
...
...
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