Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
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
lixy
vue-ssr
Commits
588e5b7f
Commit
588e5b7f
authored
Sep 05, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关于欣新、营地列表
parent
36758352
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
aboutXx.vue
pages/aboutXx.vue
+1
-1
campsite.vue
pages/campsite.vue
+5
-1
No files found.
pages/aboutXx.vue
View file @
588e5b7f
...
...
@@ -190,8 +190,8 @@
this
.
barFixed
=
true
;
let
top
=
document
.
querySelector
(
'#'
+
id
).
offsetTop
;
if
(
id
==
"history01"
){
document
.
documentElement
.
scrollTop
=
top
-
220
;
this
.
tabIndex
=
0
;
document
.
documentElement
.
scrollTop
=
top
-
260
;
}
else
if
(
id
==
"history02"
){
this
.
tabIndex
=
1
;
document
.
documentElement
.
scrollTop
=
top
-
260
;
...
...
pages/campsite.vue
View file @
588e5b7f
...
...
@@ -224,7 +224,11 @@ export default {
width
:
360px
;
height
:
372px
;
float
:
left
;
background-color
:
#fff
margin-right
:
20px
;
background-color
:
#fff
}
.campsiteDetail
li
:nth-child
(
3n
)
a
{
margin-right
:
0
;
}
.campsiteDetail
li
:nth-child
(
3n
+
0
)
{
margin-right
:
0px
;
}
.toDetail
{
...
...
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