fixed weird margin

master
alicestrt 5 years ago
parent 528bf5ebca
commit 7419fa58be

@ -1,22 +1,14 @@
<template>
<div id="app">
<b-container fluid></b-container>
<router-view></router-view>
</div>
<b-container fluid>
<router-view></router-view>
</b-container>
</template>
<script>
export default {
name: 'app',
}
</script>
<style>
</style>

Loading…
Cancel
Save