perf[css]: refine style

This commit is contained in:
Pan 2018-07-10 13:22:16 +08:00
parent 9b7a9a64e5
commit 6a5197ad51
2 changed files with 19 additions and 24 deletions

View File

@ -1,5 +1,4 @@
<template> <template>
<div style="background:#f0f2f5;height:100%;">
<div class="wscn-http404-container"> <div class="wscn-http404-container">
<div class="wscn-http404"> <div class="wscn-http404">
<div class="pic-404"> <div class="pic-404">
@ -19,10 +18,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
import img_404 from '@/assets/404_images/404.png' import img_404 from '@/assets/404_images/404.png'
import img_404_cloud from '@/assets/404_images/404_cloud.png' import img_404_cloud from '@/assets/404_images/404_cloud.png'

View File

@ -24,12 +24,10 @@ export default {
<style scoped> <style scoped>
.app-main { .app-main {
position: absolute; /*84 = navbar + tags-view = 50 +34 */
top: 84px; /* navbar + tags-view = 50 +34 */ min-height: calc(100vh - 84px);
left: 0; position: relative;
right: 0; overflow: hidden;
bottom: 0;
margin: auto;
} }
</style> </style>