<template>
<div style="height: 100%;background:#fff;">
<router-view />
</div>
</template>
<script>
</script>
<style lang="scss">
</style>