NEZ-319 fix: resize后页面底部可能出现滚动条的问题

This commit is contained in:
chenjinsong
2020-06-08 15:11:25 +08:00
parent 80afe68fac
commit 1fd366aef7

View File

@@ -1,11 +1,9 @@
<template>
<el-scrollbar class="app">
<div id="app">
<keep-alive>
<router-view style="height: 100%"/>
</keep-alive>
</div>
</el-scrollbar>
<div id="app">
<keep-alive>
<router-view style="height: 100%"/>
</keep-alive>
</div>
</template>
<script>