Sign in
w-front-end
/
Worship_and_learn_upward
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fee160e0a1872776b99c833a5f1b5931d6f3c8d3
Authored by
zhiyangdu
2019-12-27 17:08:47 +0800
1 parent
1fab6578
优化
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/pages/index/index.less
src/pages/index/index.vue
src/pages/index/index.less
View file @
fee160e
...
...
@@ -134,5 +134,8 @@
134
134
width: 713px !important;
135
135
height: 418px !important;
136
136
margin: 85px 18px 0 18px;
137
+ div{
138
+ margin-top: 0;
139
+ }
137
140
}
138
141
}
...
...
src/pages/index/index.vue
View file @
fee160e
...
...
@@ -129,7 +129,7 @@
129
129
videoPlayer
130
130
},
131
131
created(){
132
-
132
+ document.title = '崇学向上'
133
133
},
134
134
methods: {
135
135
link(index){
...
...