|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div id="app">
|
|
<div id="app">
|
|
- <navTitle></navTitle>
|
|
|
|
|
|
+ <!-- <navTitle></navTitle> -->
|
|
<div class="router-view">
|
|
<div class="router-view">
|
|
<router-view></router-view>
|
|
<router-view></router-view>
|
|
</div>
|
|
</div>
|
|
@@ -28,10 +28,11 @@
|
|
position: absolute;
|
|
position: absolute;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
width: 100%;
|
|
- top: 6%;
|
|
|
|
|
|
+ top: 0%;
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 46px;
|
|
bottom: 46px;
|
|
- background-color: #d3d3d3;
|
|
|
|
|
|
+ /*background-color: #d3d3d3;*/
|
|
|
|
+ background-color: rgba(211, 211, 211, 0.3);
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|