desc: 修改代码

This commit is contained in:
zyy 2019-11-04 11:12:08 +08:00
parent 1c373822ee
commit 7c69263701
2 changed files with 0 additions and 3 deletions

View File

@ -3,11 +3,9 @@
<div class="main-container">
<navbar />
<section class="app-main" :style="{height: height+'px'}">
<!-- <el-scrollbar wrap-class="scrollbar-wrapper app_scrollbar_box"> -->
<transition name="fade" mode="out-in">
<router-view />
</transition>
<!-- </el-scrollbar> -->
</section>
<el-footer class="footers" style="height:30px;">
<div style="font-size:14px;float:left;">{{ $t('global.companyInfo') }} &nbsp;{{ $t('global.companyTel') }}</div>

View File

@ -27,7 +27,6 @@ module.exports = {
assetsDir: 'static',
lintOnSave: false,
productionSourceMap: false,
cssSourceMap: true,
devServer: {
port: port,
open: true,