File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default {
32
32
<span>数据统计</span>
33
33
</el-menu-item>
34
34
</el-submenu>
35
- <p class="absolute-bottom text-center" style="font-size: 10px; color: #fff;">©2018 GeekTry.com</p>
35
+ <p class="absolute-bottom text-center" style="font-size: 10px; color: #fff;">©2019 GeekTry.com</p>
36
36
</el-menu>
37
37
<router-view></router-view>
38
38
</div>
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default {
16
16
<i class="fas fa-image"></i>
17
17
<span slot="title">图片</span>
18
18
</el-menu-item>
19
- <p class="absolute-bottom text-center" style="font-size: 10px; color: #fff;">©2018 GeekTry.com</p>
19
+ <p class="absolute-bottom text-center" style="font-size: 10px; color: #fff;">©2019 GeekTry.com</p>
20
20
</el-menu>
21
21
<router-view></router-view>
22
22
</div>
Original file line number Diff line number Diff line change 18
18
< script th:src ="@{/lib/echarts/4.1.0/echarts.common.min.js} "> </ script >
19
19
< script th:src ="@{/lib/moment/2.22.2/moment.min.js} "> </ script >
20
20
</ head >
21
- < body style ="padding: 70px 20px 0; ">
21
+ < body style ="padding: 70px 20px 0; overflow-y: scroll; ">
22
22
< div id ="app ">
23
23
< router-view > </ router-view >
24
24
</ div >
You can’t perform that action at this time.
0 commit comments