Commit fee160e0a1872776b99c833a5f1b5931d6f3c8d3

Authored by zhiyangdu
1 parent 1fab6578

优化

src/pages/index/index.less
... ... @@ -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
... ... @@ -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){
... ...