This commit is contained in:
cookfront
2017-03-06 12:45:03 +08:00
parent 019bb5c7d8
commit 76fa89a49c
9 changed files with 179 additions and 75 deletions

View File

@@ -4,7 +4,6 @@
<div class="page-content">
<router-view></router-view>
</div>
<mobile></mobile>
</div>
</template>
@@ -68,26 +67,11 @@ export default {
}
.page-content {
width: 52%;
box-sizing: border-box;
float: left;
padding: 0 15px;
overflow: auto;
height: inherit;
}
.mobile-wrapper {
float: left;
width: 30%;
height: 300px;
position: relative;
}
.mobile {
margin: 20px 20px 0;
height: 100%;
box-sizing: border-box;
width: 365px;
margin-left: 320px;
padding: 0 20px;
}
.demo-page {