Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
吴迪
gs1
Commits
d6ae8d1f
Commit
d6ae8d1f
authored
Oct 25, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页连接跳转70%
parent
656f1275
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
list.vue
src/views/Home/comps/list.vue
+13
-1
index.vue
src/views/Home/index.vue
+0
-0
No files found.
src/views/Home/comps/list.vue
View file @
d6ae8d1f
...
...
@@ -8,10 +8,21 @@
<div
class=
"col-lg-4 list-right"
>
2020-10-20
</div>
</div>
<div
class=
"row"
>
<div
class=
"col more"
><span>
更多>
</span></div>
<div
class=
"col more"
@
click=
"handelMore"
><span>
更多>
</span></div>
</div>
</div>
</
template
>
<
script
>
export
default
{
methods
:
{
handelMore
()
{
this
.
$router
.
push
({
path
:
'/News/index'
});
}
},
}
</
script
>
<
style
lang=
"scss"
scoped
>
.list
{
margin
:
0
;
...
...
@@ -47,6 +58,7 @@
}
.more
{
text-align
:
right
;
cursor
:
pointer
;
span{
color
:
#F26335
;
font-size
:
14px
;
...
...
src/views/Home/index.vue
View file @
d6ae8d1f
This diff is collapsed.
Click to expand it.
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