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

View File

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