|
@@ -1,10 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="index">
|
|
<div class="index">
|
|
- 1
|
|
|
|
<Layout style="height: 100%;background-color: transparent">
|
|
<Layout style="height: 100%;background-color: transparent">
|
|
- 2
|
|
|
|
<Content class="content">
|
|
<Content class="content">
|
|
- 3
|
|
|
|
<router-view></router-view>
|
|
<router-view></router-view>
|
|
</Content>
|
|
</Content>
|
|
</Layout>
|
|
</Layout>
|
|
@@ -48,7 +45,7 @@ export default {
|
|
height: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
position: relative;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- // background-image: url('~@/assets/images/index_bg.png');
|
|
|
|
|
|
+ background-image: url('~@/assets/images/index_bg.png');
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-position: center;
|
|
.content{
|
|
.content{
|