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
cd25f4da
Commit
cd25f4da
authored
May 21, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
aa59ae8f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
routes.js
src/router/routes.js
+1
-1
favorite.vue
src/views/learningCenter/children/favorite.vue
+5
-7
No files found.
src/router/routes.js
View file @
cd25f4da
...
...
@@ -365,7 +365,7 @@ const USER_VISITOR_ROUTES = [
name
:
'favorite'
,
meta
:
{
title
:
'我的收藏'
,
activeMenu
:
'
my
'
,
activeMenu
:
'
favorite
'
,
USER_LEVEL
:
USER_LEVEL
.
USER_LOGIN
,
showHeader
:
false
,
animation
:
false
...
...
src/views/learningCenter/children/favorite.vue
View file @
cd25f4da
...
...
@@ -21,7 +21,7 @@
<div
class=
"title"
@
click=
"goDtails(item)"
>
{{
item
.
lessonName
||
'-'
}}
</div>
<div
class=
"introduction"
>
<div
class=
"dept"
>
{{
item
.
jobClassify
||
'-'
}}
</div>
<div
class=
"text"
>
{{
item
.
classHour
}}
课时
</div
>
<!--
<div
class=
"text"
>
{{
item
.
classHour
}}
课时
</div>
--
>
</div>
<div
class=
"price"
>
<div
class=
"money"
>
...
...
@@ -150,7 +150,7 @@ export default {
.top_title
{
font-size
:
20px
;
font-weight
:
700
;
padding-bottom
:
3
3
px
;
padding-bottom
:
3
1
px
;
}
.intermediate
{
width
:
48px
;
...
...
@@ -207,13 +207,13 @@ export default {
.pagination
{
display
:
flex
;
justify-content
:
center
;
margin-top
:
32
px
;
margin-top
:
5
px
;
}
.head
{
font-size
:
16px
;
font-weight
:
400
;
color
:
#292929
;
margin-bottom
:
2
4
px
;
margin-bottom
:
2
2
px
;
}
.containerNo
{
height
:
500px
;
...
...
@@ -232,10 +232,8 @@ export default {
overflow
:
hidden
;
/* 防止放大后图片溢出容器 */
width
:
calc
(
33
.33%
-
25px
);
position
:
relative
;
margin-bottom
:
25px
;
background
:
#ffffff
;
margin-right
:
25px
;
margin
:
0
12
.5px
25px
;
border
:
1px
solid
rgba
(
56
,
138
,
252
,
0
.10
);
border-radius
:
6px
;
.imgCard
{
...
...
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