|
@@ -10,7 +10,7 @@
|
|
|
<div class="main-section"><router-view></router-view></div>
|
|
<div class="main-section"><router-view></router-view></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <FooterVue></FooterVue>
|
|
|
|
|
|
|
+ <!-- <FooterVue></FooterVue> -->
|
|
|
</div>
|
|
</div>
|
|
|
<router-view v-else></router-view>
|
|
<router-view v-else></router-view>
|
|
|
</template>
|
|
</template>
|
|
@@ -48,7 +48,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.main-app {
|
|
.main-app {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: calc(100% - 120px);
|
|
|
|
|
|
|
+ height: calc(100% - 60px);
|
|
|
display: flex;
|
|
display: flex;
|
|
|
}
|
|
}
|
|
|
|
|
|